[TIBCO.EMS .NET Admin client library 6.0 documentation]
Indicates whether or not the route is defined in the server configuration.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public bool Configured { get; } |
|
---|
Public ReadOnly Property Configured As Boolean |
|
---|
public:
property bool Configured {
bool get ();
} |
Return Value
true if this route is defined in the server configuration and, false
if this route is not defined, but is present via a remote server connecting
to this server.
Remarks
See Also