IQueuedBuildsView.TeamProject Property
Note: This API is now obsolete.
Gets the team project that owns this view.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaração
<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 that owns this view.
.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.