| 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.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IEnumerable<EmbeddedDocumentDefinition> SetOfSubtypes { get; }Public ReadOnly Property SetOfSubtypes As IEnumerable(Of EmbeddedDocumentDefinition)
	Get
Property Value
Type: 
IEnumerableEmbeddedDocumentDefinition
See Also