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

Indicates whether or not the connection is an FT connection, that is the connection has alternative URLs.

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

Syntax

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

Return Value

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

See Also