Share via


ConfigureWorkspaceGridViewModel.VersionControlServer Property

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

Syntax

'Declaration
Public Property VersionControlServer As VersionControlServer
public VersionControlServer VersionControlServer { get; set; }
public:
property VersionControlServer^ VersionControlServer {
    VersionControlServer^ get ();
    void set (VersionControlServer^ value);
}
member VersionControlServer : VersionControlServer with get, set
function get VersionControlServer () : VersionControlServer 
function set VersionControlServer (value : VersionControlServer)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer

.NET Framework Security

See Also

Reference

ConfigureWorkspaceGridViewModel Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace