TransactionEventArgs::Transaction Property

 

Gets the transaction for which event status is provided.

Namespace:   System.Transactions
Assembly:  System.Transactions (in System.Transactions.dll)

public:
property Transaction^ Transaction {
	Transaction^ get();
}

Property Value

Type: System.Transactions::Transaction^

A Transaction for which event status is provided.

.NET Framework
Available since 2.0
Return to top
Show: