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

Determine if this durable is static or dynamic.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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 the durable is statically configured on the server.

See Also