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

Get or change whether or not the factory is an XA factory.

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

Syntax

public bool XAType { get; set; }
Public Property XAType As Boolean
public:
property bool XAType {
	bool get ();
	void set (bool value);
}

Return Value

true if this is XA factory, false otherwise.

See Also