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

Get the name of this transport's TIBCO Rendezvous transport.

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

Syntax

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

Field Value

the name of the transport's Rendezvous transport.

Remarks

All TIBCO Rendezvous Certified Messaging transports must have an underlying TIBCO Rendezvous transport and this method returns the name of that transport.

See Also