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.
Gets the ActiveState object of a subscription.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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: ReportService2010.ActiveState
A read-only ActiveState value.