Share via


DebugContext Property

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

See Also

Reference

PipelineBase Class

PipelineBase Members

Microsoft.CommerceServer.Runtime.Pipelines Namespace