BuildDefinition2010.Schedules 屬性

取得排程。 指定日期和時間組建定義應該自動啟動組建。

命名空間:  Microsoft.TeamFoundation.Build.Server.Compatibility
組件:  Microsoft.TeamFoundation.Build.Server (在 Microsoft.TeamFoundation.Build.Server.dll 中)

語法

'宣告
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public ReadOnly Property Schedules As List(Of Schedule2010)
[ClientPropertyAttribute(ClientVisibility.Public)]
public List<Schedule2010> Schedules { get; }

屬性值

類型:System.Collections.Generic.List<Schedule2010>
傳回 List<T>

.NET Framework 安全性

請參閱

參考

BuildDefinition2010 類別

Microsoft.TeamFoundation.Build.Server.Compatibility 命名空間