DebugContext Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the debug mode used throughout the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property DebugContext As DebugContext
'Usage
Dim instance As CommerceContext
Dim value As DebugContext
value = instance.DebugContext
public DebugContext DebugContext { get; }
public:
property DebugContext^ DebugContext {
DebugContext^ get ();
}
public function get DebugContext () : DebugContext
Property Value
Type: Microsoft.CommerceServer.Runtime.Diagnostics..::.DebugContext
A DebugContext object specifying the debug mode used throughout the site.
Remarks
Returns the DebugContext specifying the debug mode used throughout the site.
Permissions
- 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.