ServiceBusNamespacesResponse.Namespaces 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 list of namespaces.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespace> Namespaces { get; set; }
member this.Namespaces : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespace> with get, set
Public Property Namespaces As IList(Of ServiceBusNamespace)