Share via


LoggingEnabled Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether pipeline logging is enabled.

Namespace:  Microsoft.CommerceServer.Runtime.Pipelines
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property LoggingEnabled As Boolean
'Usage
Dim instance As PipelineBase
Dim value As Boolean

value = instance.LoggingEnabled
public bool LoggingEnabled { get; }
public:
property bool LoggingEnabled {
    bool get ();
}
public function get LoggingEnabled () : boolean

Property Value

Type: System..::.Boolean
true to indicate that logging is enabled; otherwise false.

Remarks

Gets a value indicating whether pipeline logging is enabled for the pipeline.

Permissions

See Also

Reference

PipelineBase Class

PipelineBase Members

Microsoft.CommerceServer.Runtime.Pipelines Namespace