Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public ReadOnly Property Schedule As IList(Of TeamFoundationJobSchedule)
Get
public IList<TeamFoundationJobSchedule> Schedule { get; }
public:
property IList<TeamFoundationJobSchedule^>^ Schedule {
IList<TeamFoundationJobSchedule^>^ get ();
}
member Schedule : IList<TeamFoundationJobSchedule>
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.