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

Get or set the name of the listener's transport.

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

Syntax

public string Transport { get; set; }
Public Property Transport As String
public:
property String^ Transport {
	String^ get ();
	void set (String^ value);
}

Return Value

transport name.

See Also