ParameterTokenDataDataType Property |
Gets the data type of the token.
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 = "dataType")]
public CompatibleDataTypes DataType { get; set; }<DataMemberAttribute(Name := "dataType")>
Public Property DataType As CompatibleDataTypes
Get
Set
public:
[DataMemberAttribute(Name = L"dataType")]
property CompatibleDataTypes DataType {
CompatibleDataTypes get ();
void set (CompatibleDataTypes value);
}[<DataMemberAttribute(Name = "dataType")>]
member DataType : CompatibleDataTypes with get, set
Property Value
Type:
CompatibleDataTypes
See Also