NotificationEventArgsTransactionName Property |
Gets the name of the object transaction that issued the notification.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string TransactionName { get; }
Public ReadOnly Property TransactionName As String
Get
public:
property String^ TransactionName {
String^ get ();
}
member TransactionName : string with get
Property Value
Type:
String
The name of the transaction.
See Also