Dela via


AuthorizationRule.Rights Property

Definition

Gets or sets the list of rights.

public abstract System.Collections.Generic.List<Microsoft.Azure.ServiceBus.Management.AccessRights> Rights { get; set; }
member this.Rights : System.Collections.Generic.List<Microsoft.Azure.ServiceBus.Management.AccessRights> with get, set
Public MustOverride Property Rights As List(Of AccessRights)

Property Value

The list of rights.

Applies to