Condividi tramite


Permission.NotActions Property

Definition

Gets or sets denied actions.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to