Compartir a través de


NetTcpBindingElement.TransactionFlow Propiedad

Definición

Obtiene o establece un valor booleano que especifica si el enlace admite las transacciones del WS del flujo.

public:
 property bool TransactionFlow { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("transactionFlow", DefaultValue=false)]
public bool TransactionFlow { get; set; }
[<System.Configuration.ConfigurationProperty("transactionFlow", DefaultValue=false)>]
member this.TransactionFlow : bool with get, set
Public Property TransactionFlow As Boolean

Valor de propiedad

Boolean

true si el enlace admite transacciones de WS del flujo; de lo contrario, false. De manera predeterminada, es false.

Atributos

Se aplica a