Compartir a través de


Subscription.Status Propiedad

Gets the status of a subscription.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Status As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Subscription Clase

Espacio de nombres ReportService2010