[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.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
 Syntax
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






