BuildDefinition.Schedules Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Schedules As List(Of Schedule)
Get
[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>
function get Schedules () : List<Schedule>
Property Value
Type: System.Collections.Generic.List<Schedule>
.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.