ServerSettings Constructor (WorkspaceLocation)

Initializes a new instance of the ServerSettings class with the specified workspace location.

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

Syntax

'Declaration
Public Sub New ( _
    workspaceLocation As WorkspaceLocation _
)
public ServerSettings(
    WorkspaceLocation workspaceLocation
)
public:
ServerSettings(
    WorkspaceLocation workspaceLocation
)
new : 
        workspaceLocation:WorkspaceLocation -> ServerSettings
public function ServerSettings(
    workspaceLocation : WorkspaceLocation
)

Parameters

.NET Framework Security

See Also

Reference

ServerSettings Class

ServerSettings Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace