ScheduleID 属性

Gets or sets the unique, system-generated ID of the schedule.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.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 containing the unique, system-generated ID of the schedule.