DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that will be compared to the dataset column value.

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

Syntax

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

Property Value

Type: Object
The value that will be compared to the dataset column value.

Return Value

Type: Object
The value that will be compared to the dataset column value.

Remarks