Subscription.Active 属性

Gets the ActiveState object of a subscription.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property Active As ActiveState 
    Get 
    Set
用法
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)

属性值

类型:ReportService2010.ActiveState
A read-only ActiveState value.

请参阅

参考

Subscription 类

ReportService2010 命名空间