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
Public method ServerSettings(ServerSettings) Copy constructor for a ServerSettings instance.
Public method ServerSettings(WorkspaceLocation) Initializes a new instance of the ServerSettings class with the specified workspace location.

Top

Properties

  Name Description
Public property AllowAsynchronousCheckoutInServerWorkspaces Gets or sets a value that indicates whether the server allows asynchronous checkout in server workspaces.
Public propertyStatic member Default
Public property DefaultWorkspaceLocation Gets the default workspace location.
Public property IsDefault
Public property MaxServerPathLength

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace