This documentation is archived and is not being maintained.

ISchedule::Type Property

Gets the type of this schedule.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property ScheduleType Type {
	ScheduleType get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::ScheduleType
The type of this schedule.

Weekly is the only type that is currently supported.

Show: