RecommendedValue Property (GcNumber)
Gets or sets the recommended value.
public decimal RecommendedValue {get; set;}
'Declaration
Public Property RecommendedValue As Decimal
'Usage
Dim instance As GcNumber
Dim value As Decimal
instance.RecommendedValue = value
value = instance.RecommendedValue
Property Value
A
System.String value indicates the recommended value.
The default is
System.Decimal.Zero.
Exception | Description |
System.ArgumentException | Occurs when invalid value that does not match current pattern will set to the RecommendedValue property. |