ServiceBusNamespaceDescriptionResponse.NamespaceDescriptions 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 descriptions for the namespace.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.NamespaceDescription> NamespaceDescriptions { get; set; }
member this.NamespaceDescriptions : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.NamespaceDescription> with get, set
Public Property NamespaceDescriptions As IList(Of NamespaceDescription)