次の方法で共有


ExportDevicesRequest.IncludeConfigurations プロパティ

定義

構成をエクスポートするかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象