次の方法で共有


ConnectivityInformation.ConnectionStatus プロパティ

定義

接続状態を取得します。 使用可能な値には、'Unknown'、'Connected'、'Disconnected'、'Degraded' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象