Proprietà Subscription.Active

The ActiveState object of a subscription.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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: ReportService2005.ActiveState
A read-only ActiveState value.

Vedere anche

Riferimento

Subscription Classe

Spazio dei nomi ReportService2005