CommonStructureEdit.TeamFoundationServer Property

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")> _
Public Property TeamFoundationServer As TeamFoundationServer
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public TeamFoundationServer TeamFoundationServer { get; set; }
[ObsoleteAttribute(L"The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")]
public:
property TeamFoundationServer^ TeamFoundationServer {
    TeamFoundationServer^ get ();
    void set (TeamFoundationServer^ value);
}
[<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this property. Use the corresponding property of type TfsTeamProjectCollection instead.")>]
member TeamFoundationServer : TeamFoundationServer with get, set
function get TeamFoundationServer () : TeamFoundationServer 
function set TeamFoundationServer (value : TeamFoundationServer)

Property Value

Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
Returns TeamFoundationServer.

.NET Framework Security

See Also

Reference

CommonStructureEdit Class

Microsoft.TeamFoundation.Controls Namespace