Share via


ConnectivityIssue.Severity Property

Definition

Gets the severity of the issue. Possible values include: 'Error', 'Warning'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to