IBuildDefinitionSpec.TeamProject Property
Gets the team project of the desired build definitions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Déclaration
ReadOnly Property TeamProject As String
Get
string TeamProject { get; }
property String^ TeamProject {
String^ get ();
}
abstract TeamProject : string
function get TeamProject () : String
Property Value
Type: System.String
The team project of the desired build definitions.
.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.