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) | Copy constructor for a ServerSettings instance. |
![]() |
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. |
![]() ![]() |
Default | |
![]() |
DefaultWorkspaceLocation | Gets the default workspace location. |
![]() |
IsDefault | |
![]() |
MaxServerPathLength |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (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.