次の方法で共有


Permission.NotDataActions プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象