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

Returns whether or not this transaction has a timeout associated with it.

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

Syntax

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

See Also