Dela via


ISchedule.Type Property

Gets the type of schedule (weekly is the only currently supported type).

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

Syntax

'Declaration
ReadOnly Property Type As ScheduleType
'Usage
Dim instance As ISchedule 
Dim value As ScheduleType 

value = instance.Type
ScheduleType Type { get; }
property ScheduleType Type {
    ScheduleType get ();
}
function get Type () : ScheduleType

Property Value

Type: Microsoft.TeamFoundation.Build.Client.ScheduleType

.NET Framework Security

See Also

Reference

ISchedule Interface

ISchedule Members

Microsoft.TeamFoundation.Build.Client Namespace