Compartilhar via


Propriedade IBuildDefinition.Schedules

Obtém uma lista de agendas para a definição de compilação.

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

Sintaxe

'Declaração
ReadOnly Property Schedules As List(Of ISchedule)
List<ISchedule> Schedules { get; }

Valor de propriedade

Tipo: System.Collections.Generic.List<ISchedule>
Uma lista de agendas para esta definição de compilação.

Segurança do .NET Framework

Consulte também

Referência

IBuildDefinition Interface

Namespace Microsoft.TeamFoundation.Build.Client