Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets the unique, system-generated ID of the schedule.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Property ScheduleID As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A String value containing the unique, system-generated ID of the schedule.