[This is preliminary documentation and is subject to change.]

Gets the boolean switch handle for tracing. Tracing switch can be turned off or on from the web.config file

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static BooleanSwitch GetSwitchHandle(
	TraceDebugSwitch tds
)
Visual Basic (Declaration)
Public Shared Function GetSwitchHandle ( _
	tds As TraceDebugSwitch _
) As BooleanSwitch
Visual C++
public:
static BooleanSwitch^ GetSwitchHandle(
	TraceDebugSwitch tds
)

Parameters

tds
Type: OfficeClip.Utils..::.TraceDebugSwitch
The particular switch that is in question

Return Value

The Boolean Switch Handle

See Also