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
- 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.