ServiceConfig.BringYourOwnSystemTransaction Property

Definition

Gets or sets a Transaction that represents an existing transaction that supplies the settings used to run the transaction identified by ServiceConfig.

public:
 property System::Transactions::Transaction ^ BringYourOwnSystemTransaction { System::Transactions::Transaction ^ get(); void set(System::Transactions::Transaction ^ value); };
public System.Transactions.Transaction BringYourOwnSystemTransaction { get; set; }
member this.BringYourOwnSystemTransaction : System.Transactions.Transaction with get, set
Public Property BringYourOwnSystemTransaction As Transaction

Property Value

A Transaction. The default is null.

Remarks

BringYourOwnSystemTransaction (BYOT) identifies a transaction that supplies the context for the ServiceConfig transaction. When you bring your own transaction, that transaction's settings override the other transaction settings in the ServiceConfig object. The default value for BringYourOwnTransaction is null.

For more information on BYOT, see BYOT.

Applies to

See also