次の方法で共有


Permission.NotActions プロパティ

定義

拒否されたアクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="notActions")]
public System.Collections.Generic.IList<string> NotActions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="notActions")>]
member this.NotActions : System.Collections.Generic.IList<string> with get, set
Public Property NotActions As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象