[TIBCO.EMS .NET client library 6.0 documentation]

Gets a copy of the property 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;
}

Field Value

A copy of the hashtable that contains all property settings

Implements

ILookupContext..::.Settings

See Also