Proprietà Schedule.State

Gets the state of the schedule.

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Property State As ScheduleStateEnum 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: ReportService2006.ScheduleStateEnum
A read-only ScheduleStateEnum value.

Vedere anche

Riferimento

Schedule Classe

Spazio dei nomi ReportService2006