NativeStructureDataStructureType Property |
Gets the type of the structure.
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 = "structureType")]
public SupportedDataStructures StructureType { get; set; }<DataMemberAttribute(Name := "structureType")>
Public Property StructureType As SupportedDataStructures
Get
Set
public:
[DataMemberAttribute(Name = L"structureType")]
property SupportedDataStructures StructureType {
SupportedDataStructures get ();
void set (SupportedDataStructures value);
}[<DataMemberAttribute(Name = "structureType")>]
member StructureType : SupportedDataStructures with get, set
Property Value
Type:
SupportedDataStructures
The type of the structure.
See Also