RangeValueFixedValue Property |
|
DataPA OpenAnalytics 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 public decimal FixedValue { get; set; }
Public Property FixedValue As Decimal
Get
Set
public:
virtual property Decimal FixedValue {
Decimal get () sealed;
void set (Decimal value) sealed;
}
function get_FixedValue();
function set_FixedValue(value);
Property Value
Type:
DecimalThe fixed value for this object
Return Value
Type:
DecimalThe fixed value for this object
Remarks See Also