CreateDenyAssignmentOptions.Actions Property

Definition

[Newtonsoft.Json.JsonProperty("actions")]
public System.Collections.Generic.List<string> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty("actions")>]
member this.Actions : System.Collections.Generic.List<string> with get, set
Public Property Actions As List(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to