NetTcpBinding::TransactionFlow Property
.NET Framework (current version)
Gets or sets a value that determines whether transaction flow is enabled.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if transaction flow is enabled; otherwise, false. The default value is false.
This example shows how to get the TransactionFlow value.
bool transactionFlow = binding.TransactionFlow;
.NET Framework
Available since 3.0
Available since 3.0
Show: