Share via


Propriété Active

Gets the ActiveState object of a subscription.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property Active As ActiveState
    Get
    Set
'Utilisation
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)

Valeur de propriété

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