NamespaceDescription.CurrentState Property
Gets or sets the current state of the namespace.
Namespace: Microsoft.ServiceBus.Management
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
Public Property CurrentState As String
Get
Set
'Usage
Dim instance As NamespaceDescription
Dim value As String
value = instance.CurrentState
instance.CurrentState = value
public string CurrentState { get; set; }
public:
property String^ CurrentState {
String^ get ();
void set (String^ value);
}
member CurrentState : string with get, set
function get CurrentState () : String
function set CurrentState (value : String)
Property Value
Type: System.String
The current state of the namespace.