Task.Tfs Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Déclaration
Protected ReadOnly Property Tfs As TfsTeamProjectCollection
Get
protected TfsTeamProjectCollection Tfs { get; }
protected:
property TfsTeamProjectCollection^ Tfs {
TfsTeamProjectCollection^ get ();
}
member Tfs : TfsTeamProjectCollection
function get Tfs () : TfsTeamProjectCollection
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
.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.