TeamFoundationJobDefinition.Schedule Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Schedule As IList(Of TeamFoundationJobSchedule)
public IList<TeamFoundationJobSchedule> Schedule { get; }
public:
property IList<TeamFoundationJobSchedule^>^ Schedule {
IList<TeamFoundationJobSchedule^>^ get ();
}
member Schedule : IList<TeamFoundationJobSchedule> with get
function get Schedule () : IList<TeamFoundationJobSchedule>
Property Value
Type: System.Collections.Generic.IList<TeamFoundationJobSchedule>
.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.