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

Indicates whether or not the connection is an XA connection.

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

Syntax

public bool XA { get; }
Public ReadOnly Property XA As Boolean
public:
property bool XA {
	bool get ();
}

Return Value

true if the connection is an XA connection, false otherwise.

See Also