DataPA Enterprise Dashboard Controls API Reference
Gets and sets the value that this node represents.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
property Object^ Value {
Object^ get ();
void set (Object^ value);
} |
Property Value
Type:
ObjectThe value that this node represents.
Return Value
Type:
ObjectThe value that this node represents.
Remarks
See Also