次の方法で共有


BMSRPQueryObject.ExtendedInfo プロパティ

定義

回復ポイントの取得で取得または設定します。回復ポイントに関する拡張情報が求められるかどうかを示します。

[Newtonsoft.Json.JsonProperty(PropertyName="extendedInfo")]
public bool? ExtendedInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extendedInfo")>]
member this.ExtendedInfo : Nullable<bool> with get, set
Public Property ExtendedInfo As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象