Compartir a través de


Schedule.State Propiedad

Gets the state of the schedule.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property State As ScheduleStateEnum 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Schedule Clase

Espacio de nombres ReportService2006