DataPA Enterprise Dashboard Controls 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
C# |
---|
public RangeValue..::..ValueTypeEnum RangeValueType { get; set; } |
Visual Basic |
---|
Public Property RangeValueType As RangeValue..::..ValueTypeEnum
Get
Set |
Visual C++ |
---|
public:
virtual property RangeValue..::..ValueTypeEnum RangeValueType {
RangeValue..::..ValueTypeEnum get () sealed;
void set (RangeValue..::..ValueTypeEnum value) sealed;
} |
Property Value
Type:
RangeValue..::..ValueTypeEnumThe type of RangeValue represented by this object.
Return Value
Type:
RangeValue..::..ValueTypeEnumThe type of RangeValue represented by this object.
Remarks
See Also