Share via


Schedule.ScheduleID Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ScheduleID As String
'Usage
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);
}
public function get ScheduleID () : String 
public function set ScheduleID (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Schedule Class

Schedule Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace