次の方法で共有


ConnectivityIssue.Severity プロパティ

定義

問題の重大度を取得します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象