Share via


ScopeConnection.ConnectionState Property

Definition

Gets or sets connection State. Possible values include: 'Connected', 'Pending', 'Conflict', 'Revoked', 'Rejected'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to