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