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

Indicates whether or not the TIBCO Rendezvous certified listener had been pre-registered or whether it was created dynamically.

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

Syntax

public bool Dynamic { get; }
Public ReadOnly Property Dynamic As Boolean
public:
property bool Dynamic {
	bool get ();
}

Return Value

true if TIBCO Rendezvous certified listener had been created dynamically, false if it was pre-registered.

See Also