BuildDefinition2010.Schedules Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

BuildDefinition2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace