IDesignerHost.TransactionDescription Eigenschap

Definitie

Hiermee wordt de beschrijving van de huidige transactie ophaalt.

public:
 property System::String ^ TransactionDescription { System::String ^ get(); };
public string TransactionDescription { get; }
member this.TransactionDescription : string
Public ReadOnly Property TransactionDescription As String

Waarde van eigenschap

Een beschrijving van de huidige transactie.

Opmerkingen

De beschrijving is de laatste beschrijving die is opgegeven met CreateTransaction.

Van toepassing op

Zie ook