ServerSettings Class
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 | |
---|---|---|
ServerSettings(ServerSettings) | ||
ServerSettings(WorkspaceLocation) | Initializes a new instance of the ServerSettings class with the specified workspace location. |
Top
Properties
Name | Description | |
---|---|---|
AllowAsynchronousCheckoutInServerWorkspaces | Gets or sets a value that indicates whether the server allows asynchronous checkout in server workspaces. | |
DefaultStableHash | ||
DefaultWorkspaceLocation | Gets the default workspace location. | |
MaxServerPathLength |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.