Partager via


Propriété Active

The ActiveState object of a subscription.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.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 : ReportService2005. . :: . .ActiveState
A read-only ActiveState value.