IBuildConfiguration.TeamProjectName Property
Gets the name of the project to which the build belongs.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.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: String
The name of the test project.
.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.