Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the system-generated unique identifier of a shared schedule.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property ScheduleID As String
Get
Set
'Usage
Dim instance As ScheduleReference
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)
Property Value
Type: System.String
A String value.