次の方法で共有


Usage.CurrentValue プロパティ

定義

現在の使用状況の値を取得または設定します。

public double CurrentValue { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="currentValue")]
public double? CurrentValue { get; set; }
member this.CurrentValue : double with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="currentValue")>]
member this.CurrentValue : Nullable<double> with get, set
Public Property CurrentValue As Double
Public Property CurrentValue As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象