Share via


OrderPipeline.TransactionalSetting Property (BCL)

The TransactionalSetting property is a read-only Boolean that indicates whether the pipeline should run in a transaction.

Definition

[Visual Basic .NET]

Public ReadOnly Property TransactionalSetting As System.Boolean

[C#]

public System.Boolean TransactionalSetting{get;} 

Property Value

A Boolean value that indicates whether the pipeline should run a transaction.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Read a Pipeline Collection and Display Its Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.