ServiceBusTopic.Status Property

Definition

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

Property Value

Applies to