NetTcpBinding.TransactionFlow Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die bepaalt of de transactiestroom is ingeschakeld.

public:
 property bool TransactionFlow { bool get(); void set(bool value); };
public bool TransactionFlow { get; set; }
member this.TransactionFlow : bool with get, set
Public Property TransactionFlow As Boolean

Waarde van eigenschap

true als transactiestroom is ingeschakeld; anders, false. De standaardwaarde is false.

Voorbeelden

In dit voorbeeld ziet u hoe u de TransactionFlow waarde kunt ophalen.

bool transactionFlow = binding.TransactionFlow;

Van toepassing op