次の方法で共有


ExtensionStatus.Level プロパティ

定義

状態のレベルを取得または設定します。 使用可能な値は次のとおりです: 'Error'、'Warning'、'Information'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象