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

Get the connection type for this connection.

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

Syntax

public string Type { get; }
Public ReadOnly Property Type As String
public:
property String^ Type {
	String^ get ();
}

Return Value

the connection type for this connection. Will be one of the following: CONNECTION_TYPE_QUEUE, CONNECTION_TYPE_TOPIC, CONNECTION_TYPE_ROUTE, CONNECTION_TYPE_FT, CONNECTION_TYPE_GENERIC.

See Also