DataPA Enterprise Dashboard Controls API Reference
Gets the current value for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public decimal Value { get; } |
Visual Basic |
---|
Public ReadOnly Property Value As Decimal
Get |
Visual C++ |
---|
public:
virtual property Decimal Value {
Decimal get () sealed;
} |
Property Value
Type:
DecimalThe current value for this object
Return Value
Type:
DecimalThe current value for this object
Remarks
See Also