次の方法で共有


PolicyExemption.ExemptionCategory プロパティ

定義

ポリシー除外カテゴリを取得または設定します。 可能な値は、権利放棄と軽減です。 使用可能な値は次のとおりです。'権利放棄'、'軽減'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象