RangeValueRangeValueType Property |
|
DataPA OpenAnalytics API Reference
Gets ans sets the type of RangeValue represented by this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public RangeValueValueTypeEnum RangeValueType { get; set; }
Public Property RangeValueType As RangeValueValueTypeEnum
Get
Set
public:
virtual property RangeValueValueTypeEnum RangeValueType {
RangeValueValueTypeEnum get () sealed;
void set (RangeValueValueTypeEnum value) sealed;
}
function get_RangeValueType();
function set_RangeValueType(value);
Property Value
Type:
RangeValueValueTypeEnumThe type of RangeValue represented by this object.
Return Value
Type:
RangeValueValueTypeEnumThe type of RangeValue represented by this object.
Remarks See Also