Proprietà Subscription.Active
Gets the ActiveState object of a subscription.
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.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: ReportService2006.ActiveState
A read-only ActiveState value.