Partager via


Active propriété

Gets the ActiveState object of a subscription.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (dans ReportService2006.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 la propriété

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