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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ServerSettings
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.