VersionControlServer.GetServerSettingsWithFallback Method

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

Syntax

'Declaration
Public Function GetServerSettingsWithFallback ( _
    <OutAttribute> ByRef fallbackUsed As Boolean _
) As ServerSettings
public ServerSettings GetServerSettingsWithFallback(
    out bool fallbackUsed
)
public:
ServerSettings^ GetServerSettingsWithFallback(
    [OutAttribute] bool% fallbackUsed
)
member GetServerSettingsWithFallback : 
        fallbackUsed:bool byref -> ServerSettings
public function GetServerSettingsWithFallback(
    fallbackUsed : boolean
) : ServerSettings

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ServerSettings
Returns ServerSettings.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace