[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Determine if this destination is static.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public bool Static { get; } |
Public ReadOnly Property Static As Boolean |
public: property bool Static { bool get (); } |
Return Value
true if this destination is static.
Remarks
A destination is static if it
is explicitly configured on the server. Temporary destinations and
destinations created by the client without being configured on the
server are not static. Only static destinations can be modified.
Attempts to modify dynamic and temporary destinations will throw an
exception.