Subscription.Active Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public ActiveState Active { get; set; }
public:
property ActiveState^ Active {
    ActiveState^ get();
    void set(ActiveState^ value);
}
member Active : ActiveState with get, set
Public Property Active As ActiveState

Property Value

Type: ReportService2010.ActiveState

See Also

Subscription Class
ReportService2010 Namespace

Return to top