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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.