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