Task.Tfs Property
Lazy [init] property that gives access to the Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected ReadOnly Property Tfs As TfsTeamProjectCollection
protected TfsTeamProjectCollection Tfs { get; }
protected:
property TfsTeamProjectCollection^ Tfs {
TfsTeamProjectCollection^ get ();
}
member Tfs : TfsTeamProjectCollection with get
function get Tfs () : TfsTeamProjectCollection
Property Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Returns 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.