NamespaceDescription.NamespaceType Property

Definition

Gets or sets the type of messaging entities the namespace can contain (queues, topics, relays, Event Hubs, or notification hubs). For more information, see NamespaceType.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="NamespaceType", Order=206)]
public Microsoft.ServiceBus.Management.NamespaceType? NamespaceType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="NamespaceType", Order=206)>]
member this.NamespaceType : Nullable<Microsoft.ServiceBus.Management.NamespaceType> with get, set
Public Property NamespaceType As Nullable(Of NamespaceType)

Property Value

Returns NamespaceType.

Attributes

Applies to