Subscription.Active Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ActiveState object of a subscription.
public:
property ReportService2010::ActiveState ^ Active { ReportService2010::ActiveState ^ get(); void set(ReportService2010::ActiveState ^ value); };
public ReportService2010.ActiveState Active { get; set; }
member this.Active : ReportService2010.ActiveState with get, set
Public Property Active As ActiveState
Property Value
A read-only ActiveState value.