Share via


TeamProject.VersionControlServer Property

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

Syntax

'Declaration
Public ReadOnly Property VersionControlServer As VersionControlServer
'Usage
Dim instance As TeamProject 
Dim value As VersionControlServer 

value = instance.VersionControlServer
public VersionControlServer VersionControlServer { get; }
public:
property VersionControlServer^ VersionControlServer {
    VersionControlServer^ get ();
}
public function get VersionControlServer () : VersionControlServer

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer

.NET Framework Security

See Also

Reference

TeamProject Class

TeamProject Members

Microsoft.TeamFoundation.VersionControl.Client Namespace