RoleAssignmentFilter.CanDelegate Property

Definition

Gets or sets the Delegation flag for the role assignment

[Newtonsoft.Json.JsonProperty(PropertyName="canDelegate")]
public bool? CanDelegate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="canDelegate")>]
member this.CanDelegate : Nullable<bool> with get, set
Public Property CanDelegate As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to