Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ActiveState object of a subscription.
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Active As ActiveState 
    Get 
    Set
'Usage
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)
Property Value
Type: ReportService2005.ActiveState
A read-only ActiveState value.