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

Get the type of the transport.

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

Syntax

public TransportType Type { get; }
Public ReadOnly Property Type As TransportType
public:
property TransportType Type {
	TransportType get ();
}

Return Value

the transport's type.

See Also