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
- 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.