ServiceBusConnectionDetail.Rights Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The rights connections to the entity via the connection string will have.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.AccessRight> Rights { get; set; }
member this.Rights : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.AccessRight> with get, set
Public Property Rights As IList(Of AccessRight)