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
- fallbackUsed
Type: System.Boolean%
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ServerSettings
Returns 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.