NetTcpBindingElement::TransactionProtocol Property
.NET Framework (current version)
Gets or sets the transaction protocol to be used with this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("transactionProtocol", DefaultValue = "OleTransactions")] property TransactionProtocol^ TransactionProtocol { TransactionProtocol^ get(); void set(TransactionProtocol^ value); }
Property Value
Type: System.ServiceModel::TransactionProtocol^A TransactionProtocol that specifies the transaction protocol to be used with this binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: