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


Свойство Schedule.ScheduleID

Gets or sets the system-generated unique identifier of the schedule.

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

Синтаксис

'Декларация
Public Property ScheduleID As String 
    Get 
    Set
'Применение
Dim instance As Schedule 
Dim value As String 

value = instance.ScheduleID

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

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

Тип: System.String
A String value that contains the system-generated unique identifier of the schedule.

См. также

Справочник

Schedule Класс

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