NamespaceDescription.NamespaceType 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.
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