Subscription.Status Property

Gets the status of a subscription.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Property Status As String
    Get
    Set
'Usage
Dim instance As Subscription
Dim value As String

value = instance.Status

instance.Status = value
public string Status { get; set; }
public:
property String^ Status {
    String^ get ();
    void set (String^ value);
}
member Status : string with get, set
function get Status () : String
function set Status (value : String)

Property Value

Type: System.String
A read-only String value that contains the status of a subscription.