Propriété Schedule.ScheduleID

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

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property ScheduleID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Schedule Classe

Espace de noms ReportService2010