Proprietà Schedule.ScheduleStateName

Gets the state of the schedule.

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

Sintassi

'Dichiarazione
Public Property ScheduleStateName As String 
    Get 
    Set
'Utilizzo
Dim instance As Schedule 
Dim value As String 

value = instance.ScheduleStateName

instance.ScheduleStateName = value
public string ScheduleStateName { get; set; }
public:
property String^ ScheduleStateName {
    String^ get ();
    void set (String^ value);
}
member ScheduleStateName : string with get, set
function get ScheduleStateName () : String 
function set ScheduleStateName (value : String)

Valore proprietà

Tipo: System.String
A String value that represents the state of the schedule.

Osservazioni

For a list of valid schedule states, use the ListScheduleStates method.

Vedere anche

Riferimento

Schedule Classe

Spazio dei nomi ReportService2010