次の方法で共有


VpnSiteLinkConnection.ConnectionStatus プロパティ

定義

接続の状態を取得または設定します。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象