Поделиться через


Свойство Schedule.ScheduleStateName

Gets the state of the schedule.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property ScheduleStateName As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A String value that represents the state of the schedule.

Замечания

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

См. также

Справочник

Schedule Класс

Пространство имен ReportService2010