DataDefinitionFieldDefinitions Property |
Namespace: ConnectedApps.Cms.Entities.DataAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<FieldDefinition> FieldDefinitions { get; set; }
Public Property FieldDefinitions As EntityCollection(Of FieldDefinition)
Get
Set
public:
property EntityCollection<FieldDefinition^>^ FieldDefinitions {
EntityCollection<FieldDefinition^>^ get ();
void set (EntityCollection<FieldDefinition^>^ value);
}
member FieldDefinitions : EntityCollection<FieldDefinition> with get, set
Property Value
Type:
EntityCollectionFieldDefinition
See Also