Compartir a través de


ScheduleReference.ScheduleID Propiedad

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

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property ScheduleID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that contains the system-generated unique identifier of a shared schedule.

Vea también

Referencia

ScheduleReference Clase

Espacio de nombres ReportService2010