次の方法で共有


EventsRequestInfo.Duration プロパティ

定義

要求の期間を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象