次の方法で共有


RouteCompilationError.Severity プロパティ

定義

ルート エラーの重大度を取得または設定します。 指定できる値は、'error'、'warning' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象