Share via


ConnectionMonitorQueryResult.SourceStatus Property

Definition

Gets or sets status of connection monitor source. Possible values include: 'Unknown', 'Active', 'Inactive'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to