Share via


CommonStructureEdit.TeamFoundationServer Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property TeamFoundationServer As TeamFoundationServer
'Usage
Dim instance As CommonStructureEdit 
Dim value As TeamFoundationServer 

value = instance.TeamFoundationServer

instance.TeamFoundationServer = value
public TeamFoundationServer TeamFoundationServer { get; set; }
public:
property TeamFoundationServer^ TeamFoundationServer {
    TeamFoundationServer^ get ();
    void set (TeamFoundationServer^ value);
}
public function get TeamFoundationServer () : TeamFoundationServer 
public function set TeamFoundationServer (value : TeamFoundationServer)

Property Value

Type: Microsoft.TeamFoundation.Client.TeamFoundationServer

.NET Framework Security

See Also

Reference

CommonStructureEdit Class

CommonStructureEdit Members

Microsoft.TeamFoundation.Controls Namespace