The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DispatchRuntime::IgnoreTransactionMessageProperty Property
.NET Framework (current version)
Gets or sets whether to ignore the TransactionMessageProperty.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property bool IgnoreTransactionMessageProperty { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue, the TransactionMessageProperty is ignored when executing the service method; otherwise false.
The TransactionMessageProperty allows third-party channel developers who use a proprietary transaction flow mechanism for their channel to introduce their transaction into Windows Communication Foundation (WCF). If this property is set to true, the transaction is ignored when executing the service method.
.NET Framework
Available since 3.0
Available since 3.0
Show: