次の方法で共有


ConnectivityGroupItem.GroupConnectivity プロパティ

定義

グループ接続の種類を取得または設定します。 指定できる値は、'None'、'DirectlyConnected' です。

[Newtonsoft.Json.JsonProperty(PropertyName="groupConnectivity")]
public string GroupConnectivity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="groupConnectivity")>]
member this.GroupConnectivity : string with get, set
Public Property GroupConnectivity As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象