Share via


SubscriptionSettings.Status Property

 

Gets the current status of the subscription.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

[DataMemberAttribute(Order = 7)]
public Nullable<EntityStatus> Status { get; set; }
public:
[DataMemberAttribute(Order = 7)]
property Nullable<EntityStatus> Status {
    Nullable<EntityStatus> get();
    void set(Nullable<EntityStatus> value);
}
[<DataMemberAttribute(Order = 7)>]
member Status : Nullable<EntityStatus> with get, set
<DataMemberAttribute(Order := 7)>
Public Property Status As Nullable(Of EntityStatus)

Property Value

Type: System.Nullable<EntityStatus>

The current status of the subscription.

See Also

SubscriptionSettings Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top