TransactionFlowBindingElement.TransactionProtocol Vlastnost

Definice

Získá nebo nastaví transakční protokol použitý při toku transakce.

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

Hodnota vlastnosti

A TransactionProtocol , který určuje transakční protokol, který se má použít pro tok transakce. Výchozí hodnota je OleTransactions.

Poznámky

Další informace o výběru použitého protokolu najdete v tématu Povolení toku transakcí.

Platí pro