Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.