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

Get the name of the transport's TIBCO Rendezvous service parameter.

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

Syntax

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

Field Value

the transport's service.

See Also