DataPA Enterprise Dashboard Controls API Reference
Gets ans sets the type of RangeValue represented by this object.

Namespace: DataPAEnterpriseDashboard
Assembly: 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..::..ValueTypeEnum
The type of RangeValue represented by this object.

Return Value

Type: RangeValue..::..ValueTypeEnum
The type of RangeValue represented by this object.

Remarks