ParameterPlaceholderOptionsNumberValue Property  | 
 
            Gets or sets the numeric value for the parameter.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "numberValue", EmitDefaultValue = false)]
public decimal? NumberValue { get; set; }<DataMemberAttribute(Name := "numberValue", EmitDefaultValue := false)>
Public Property NumberValue As 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