Active Propiedad
Gets the ActiveState object of a subscription.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Property Active As ActiveState
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: ReportService2006. . :: . .ActiveState
A read-only ActiveState value.