次の方法で共有


QueryOptions.To プロパティ

定義

クエリを実行する間隔の終了時刻を指定する ISO 8601 形式のタイムスタンプを取得または設定します。 指定しない場合、サービスは要求時間を使用します。

[Newtonsoft.Json.JsonIgnore]
public DateTime? To { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.To : Nullable<DateTime> with get, set
Public Property To As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象