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

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

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

Syntax

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

Field Value

the transport's network.

See Also