Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the debug context for this pipeline.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property DebugContext As DebugContext
'Usage
Dim instance As PipelineBase
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
The DebugContext object for this pipeline.
Remarks
Returns the DebugContext for this pipeline.
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.