EmbeddedDocumentDefinitionSetOfSubtypes Property  | 
 
            Gets the set of subtypes for this embedded document. This are documents based on subtypes of the root entity of this document. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic IEnumerable<EmbeddedDocumentDefinition> SetOfSubtypes { get; }Public ReadOnly Property SetOfSubtypes As IEnumerable(Of EmbeddedDocumentDefinition)
	Get
Property Value
Type: 
IEnumerableEmbeddedDocumentDefinition
See Also