[TIBCO.EMS .NET Admin client library 6.3 documentation]

Returns the state of the transaction.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public char State { get; }
Public ReadOnly Property State As Char
public:
property wchar_t State {
	wchar_t get ();
}

Return Value

the state of the transaction.

See Also