次の方法で共有


DeviceDetails.VolumeContainerCount プロパティ

定義

デバイス上のボリューム コンテナーの合計数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="volumeContainerCount")]
public int? VolumeContainerCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="volumeContainerCount")>]
member this.VolumeContainerCount : Nullable<int> with get, set
Public Property VolumeContainerCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象