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

Indicates whether or not the durable has opted not to receive "local" messages.

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

Syntax

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

Return Value

true if the noLocal attribute is set, false otherwise.

Remarks

Local messages are those that have been sent on an application's own connection.

See Also