Compartir a través de


VpnConnection.ConnectionStatus Propiedad

Definición

Obtiene o establece el estado de conexión. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a