SecurityPartnerProvider.ConnectionStatus Property

Definition

Gets the connection status with the Security Partner Provider. Possible values include: 'Unknown', 'PartiallyConnected', 'Connected', 'NotConnected'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to