次の方法で共有


DenyAssignmentInner.DoNotApplyToChildScopes プロパティ

定義

拒否の割り当てが子スコープに適用されるかどうかを取得または設定します。 既定値は false です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.doNotApplyToChildScopes")]
public bool? DoNotApplyToChildScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.doNotApplyToChildScopes")>]
member this.DoNotApplyToChildScopes : Nullable<bool> with get, set
Public Property DoNotApplyToChildScopes As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象