V0_1.BoundedQuantity.Value Property

Definition

[YamlDotNet.Serialization.YamlMember(Alias="value", ApplyNamingConventions=false)]
public double? Value { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="value", ApplyNamingConventions=false)>]
member this.Value : Nullable<double> with get, set
Public Property Value As Nullable(Of Double)

Property Value

Nullable<Double>
Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to