FlattenMappingDataChildren Property  | 
 
            Return the list of child mappings, if any. 
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "children")]
public ICollection<FlattenMappingData> Children { get; }<DataMemberAttribute(Name := "children")>
Public ReadOnly Property Children As ICollection(Of FlattenMappingData)
	Get
public:
[DataMemberAttribute(Name = L"children")]
property ICollection<FlattenMappingData^>^ Children {
	ICollection<FlattenMappingData^>^ get ();
}[<DataMemberAttribute(Name = "children")>]
member Children : ICollection<FlattenMappingData> with get
Property Value
Type: 
ICollectionFlattenMappingData
See Also