'Declaration <DataMemberAttribute()> Public Property TableDefinitions As FormTableDefinitionDictionary
'Usage Dim instance As FormDefinition Dim value As FormTableDefinitionDictionary instance.TableDefinitions = value value = instance.TableDefinitions
[DataMember()] public FormTableDefinitionDictionary TableDefinitions {get; set;}
[DataMember()] public: __property FormTableDefinitionDictionary* get_TableDefinitions(); public: __property void set_TableDefinitions( FormTableDefinitionDictionary* value );
[DataMember()] public: property FormTableDefinitionDictionary^ TableDefinitions { FormTableDefinitionDictionary^ get(); void set ( FormTableDefinitionDictionary^ value); }