ParameterPlaceholderOptionsNumberValue Property |
Gets or sets the numeric value for the parameter.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "numberValue", EmitDefaultValue = false)]
public Nullable<decimal> NumberValue { get; set; }<DataMemberAttribute(Name := "numberValue", EmitDefaultValue := false)>
Public Property NumberValue As Nullable(Of Decimal)
Get
Set
public:
[DataMemberAttribute(Name = L"numberValue", EmitDefaultValue = false)]
property Nullable<Decimal> NumberValue {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}[<DataMemberAttribute(Name = "numberValue", EmitDefaultValue = false)>]
member NumberValue : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also