Compartilhar via


Propriedade do RDL Status

Gets the status of a subscription.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência