ServiceBusTopic.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.
Optional. Gets or sets the current status of the topic (enabled or disabled). When a topic is disabled, that topic cannot send or receive messages. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.aspx for more information)
public string Status { get; set; }
member this.Status : string with get, set
Public Property Status As String