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
- 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.