[TIBCO.EMS .NET client library 6.3 documentation]

Return a copy of the current settings.

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

Syntax

public Hashtable Settings { get; }
Public ReadOnly Property Settings As Hashtable
public:
virtual property Hashtable^ Settings {
	Hashtable^ get () sealed;
}

Implements

ILookupContext..::.Settings

See Also