State 属性
Gets or sets the state of the schedule.
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.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)
属性值
类型:ReportService2005. . :: . .ScheduleStateEnum
A read-only ScheduleStateEnum value.