IBuildAgentSpec.TeamProject Property
Note: This API is now obsolete.
Gets the name of the team project to which the build agent or agents belong.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
ReadOnly Property TeamProject As String
Get
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
string TeamProject { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
property String^ TeamProject {
String^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
abstract TeamProject : string
function get TeamProject () : String
Property Value
Type: System.String
The team project of the desired build agents.
.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.