CreateDenyAssignmentOptions.DataActions Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to