IDesignerHost::TransactionDescription Property

 

Gets the description of the current transaction.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

property String^ TransactionDescription {
	String^ get();
}

Property Value

Type: System::String^

A description of the current transaction.

The description is the last description specified with CreateTransaction.

.NET Framework
Available since 1.1
Return to top
Show: