CreateDenyAssignmentOptions.PrincipalIds Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to