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

‘선언
<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

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace