DataPA Enterprise Dashboard Controls API Reference
Gets and sets the value that will be used to evaluate this condition

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public decimal Value { get; set; }
Visual Basic
Public Property Value As Decimal
	Get
	Set
Visual C++
public:
virtual property Decimal Value {
	Decimal get () sealed;
	void set (Decimal value) sealed;
}

Property Value

Type: Decimal
The value that will be used to evaluate this condition

Return Value

Type: Decimal
The value that will be used to evaluate this condition

Remarks