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