Condividi tramite


Proprietà Subscription.Active

Gets the ActiveState object of a subscription.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property Active As ActiveState 
    Get 
    Set
'Utilizzo
Dim instance As Subscription 
Dim value As ActiveState 

value = instance.Active

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

Valore proprietà

Tipo: ReportService2010.ActiveState
A read-only ActiveState value.

Vedere anche

Riferimento

Subscription Classe

Spazio dei nomi ReportService2010