BuildDefinition.Schedules Property

Gets the schedules. Specifies the days and time that a build definition should automatically start a build.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Schedules As List(Of Schedule)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<Schedule> Schedules { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<Schedule^>^ Schedules {
    List<Schedule^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Schedules : List<Schedule> with get
function get Schedules () : List<Schedule>

Property Value

Type: System.Collections.Generic.List<Schedule>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildDefinition Class

Microsoft.TeamFoundation.Build.Server Namespace