次の方法で共有


DeviceDetails.EndpointCount プロパティ

定義

デバイスに現在存在するエンドポイントの合計数 (ボリュームの数) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象