ConnectionDetail.Rights Property

Definition

Gets or sets the access rights associated with the connection.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="Rights", Order=1005)]
public System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.AccessRights> Rights { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="Rights", Order=1005)>]
member this.Rights : seq<Microsoft.ServiceBus.Messaging.AccessRights> with get, set
Public Property Rights As IEnumerable(Of AccessRights)

Property Value

The access rights associated with the connection.

Attributes

Applies to