Schedule.State 属性

Gets the state of the schedule.

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

语法

声明
Public Property State As ScheduleStateEnum 
    Get 
    Set
用法
Dim instance As Schedule 
Dim value As ScheduleStateEnum 

value = instance.State

instance.State = value
public ScheduleStateEnum State { get; set; }
public:
property ScheduleStateEnum State {
    ScheduleStateEnum get ();
    void set (ScheduleStateEnum value);
}
member State : ScheduleStateEnum with get, set
function get State () : ScheduleStateEnum 
function set State (value : ScheduleStateEnum)

属性值

类型:ReportService2006.ScheduleStateEnum
A read-only ScheduleStateEnum value.

请参阅

参考

Schedule 类

ReportService2006 命名空间