TransactionalSetting Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the transactional setting of the pipeline.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property TransactionalSetting As Boolean
'Usage
Dim instance As PipelineBase
Dim value As Boolean
value = instance.TransactionalSetting
public bool TransactionalSetting { get; }
public:
property bool TransactionalSetting {
bool get ();
}
public function get TransactionalSetting () : boolean
Property Value
Type: System..::.Boolean
true if the pipeline should be executed in the transactional mode; otherwise, false.
Remarks
Gets the transactional setting of 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.