NetNamedPipeBindingElement.TransactionProtocol Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Transaktionsprotokoll ab, das mit dieser Bindung verwendet werden soll, oder legt es fest.
public:
property System::ServiceModel::TransactionProtocol ^ TransactionProtocol { System::ServiceModel::TransactionProtocol ^ get(); void set(System::ServiceModel::TransactionProtocol ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TransactionProtocolConverter))]
[System.Configuration.ConfigurationProperty("transactionProtocol", DefaultValue="OleTransactions")]
public System.ServiceModel.TransactionProtocol TransactionProtocol { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TransactionProtocolConverter))>]
[<System.Configuration.ConfigurationProperty("transactionProtocol", DefaultValue="OleTransactions")>]
member this.TransactionProtocol : System.ServiceModel.TransactionProtocol with get, set
Public Property TransactionProtocol As TransactionProtocol
Eigenschaftswert
Ein TransactionProtocol, das das Transaktionsprotokoll angibt, das mit dieser Bindung verwendet werden soll.
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.