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

See Also

Reference

Task Class

Microsoft.TeamFoundation.Build.Tasks Namespace