NamespaceDescription.UserIdentities 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.
Not Populated by the Namespace Cache. Do not take a dependency on this property.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="UserIdentities", Order=214)]
public System.Collections.Generic.List<Microsoft.ServiceBus.Management.NamespaceIdentity> UserIdentities { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="UserIdentities", Order=214)>]
member this.UserIdentities : System.Collections.Generic.List<Microsoft.ServiceBus.Management.NamespaceIdentity> with get, set
Public Property UserIdentities As List(Of NamespaceIdentity)
Property Value
- Attributes