Share via


IBuildExplorer.TeamProjectName Property

Returns the team project context currently open on the build explorer.

Namespace:  Microsoft.VisualStudio.TeamFoundation.Build
Assembly:  Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)

Syntax

'Declaration
ReadOnly Property TeamProjectName As String
string TeamProjectName { get; }
property String^ TeamProjectName {
    String^ get ();
}
abstract TeamProjectName : string with get
function get TeamProjectName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IBuildExplorer Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace