DocumentDefinitionBaseFields Property  | 
 
            Gets the fields of this document definition
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic IEnumerable<DocumentFieldDefinition> Fields { get; }Public ReadOnly Property Fields As IEnumerable(Of DocumentFieldDefinition)
	Get
Property Value
Type: 
IEnumerableDocumentFieldDefinition
See Also