SharedAccessAuthorizationRule.Rights Property

Definition

Gets or sets the list of rights.

public override System.Collections.Generic.List<Azure.Messaging.ServiceBus.Administration.AccessRights> Rights { get; set; }
member this.Rights : System.Collections.Generic.List<Azure.Messaging.ServiceBus.Administration.AccessRights> with get, set
Public Overrides Property Rights As List(Of AccessRights)

Property Value

The list of rights.

Applies to