[TIBCO.EMS .NET Admin client library 5.1 documentation]
Indicates whether or not only TIBCO Rendezvous Certified listeners that
have been explicitly configured are allowed to receive messages
exported by the EMS server.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public bool ExlicitConfigOnly { get; } |
|
---|
Public ReadOnly Property ExlicitConfigOnly As Boolean |
|
---|
public:
property bool ExlicitConfigOnly {
bool get ();
} |
Field Value
true if only configured listeners are to receive certified
messages, false otherwise.
Remarks
See Also