共用方式為


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.