NamespaceDescription.Status Property

Definition

Gets or sets the state of the namespace.

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

Property Value

The state of the namespace.

Attributes

Applies to