DataConnectorDataSupportedStructureTypes Property |
Gets the supported data structures.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "supportedStructureTypes", EmitDefaultValue = false)]
public IList<SupportedDataStructures> SupportedStructureTypes { get; }<DataMemberAttribute(Name := "supportedStructureTypes", EmitDefaultValue := false)>
Public ReadOnly Property SupportedStructureTypes As IList(Of SupportedDataStructures)
Get
public:
[DataMemberAttribute(Name = L"supportedStructureTypes", EmitDefaultValue = false)]
property IList<SupportedDataStructures>^ SupportedStructureTypes {
IList<SupportedDataStructures>^ get ();
}[<DataMemberAttribute(Name = "supportedStructureTypes", EmitDefaultValue = false)>]
member SupportedStructureTypes : IList<SupportedDataStructures> with get
Property Value
Type:
IListSupportedDataStructuresThe supported data structures.
See Also