DashboardFilterConditionDataType Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates the data type of the field.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Type DataType { get; set; }
Public Property DataType As Type
Get
Set
public:
virtual property Type^ DataType {
Type^ get () sealed;
void set (Type^ value) sealed;
}
function get_DataType();
function set_DataType(value);
Property Value
Type:
TypeValue that indicates the data type of the field
Return Value
Type:
TypeValue that indicates the data type of the field
Remarks See Also