TeamFoundationVersionControlService.GetServerSettings Method

Gets the default settings for the server.

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

Syntax

'Declaration
Public Function GetServerSettings ( _
    requestContext As TeamFoundationRequestContext _
) As ServerSettings
public ServerSettings GetServerSettings(
    TeamFoundationRequestContext requestContext
)
public:
ServerSettings^ GetServerSettings(
    TeamFoundationRequestContext^ requestContext
)
member GetServerSettings : 
        requestContext:TeamFoundationRequestContext -> ServerSettings
public function GetServerSettings(
    requestContext : TeamFoundationRequestContext
) : ServerSettings

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ServerSettings

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace