Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the server settings and its components.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.ServerSettings
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ServerSettings
public sealed class ServerSettings
public ref class ServerSettings sealed
[<Sealed>]
type ServerSettings =  class end
public final class ServerSettings
The ServerSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ServerSettings(ServerSettings) | Copy constructor for a ServerSettings instance. | 
| .gif) | ServerSettings(WorkspaceLocation) | Initializes a new instance of the ServerSettings class with the specified workspace location. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllowAsynchronousCheckoutInServerWorkspaces | Gets or sets a value that indicates whether the server allows asynchronous checkout in server workspaces. | 
| .gif) .gif) | Default | |
| .gif) | DefaultWorkspaceLocation | Gets the default workspace location. | 
| .gif) | IsDefault | |
| .gif) | MaxServerPathLength | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a String that represents the current Object. (Overrides Object.ToString().) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.