ListStructuresOptionsTypes Property |
Gets or sets the types.
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 = "types", EmitDefaultValue = true)]
public SupportedDataStructures Types { get; set; }<DataMemberAttribute(Name := "types", EmitDefaultValue := true)>
Public Property Types As SupportedDataStructures
Get
Set
public:
[DataMemberAttribute(Name = L"types", EmitDefaultValue = true)]
property SupportedDataStructures Types {
SupportedDataStructures get ();
void set (SupportedDataStructures value);
}[<DataMemberAttribute(Name = "types", EmitDefaultValue = true)>]
member Types : SupportedDataStructures with get, set
Property Value
Type:
SupportedDataStructures
The types.
See Also