[TIBCO.EMS .NET client library 8.1 documentation]

Gets a copy of the property settings. Deprecated

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

Syntax

[ObsoleteAttribute("Use LookupContext.Settings instead.")]
public Hashtable Setttings { get; }
<ObsoleteAttribute("Use LookupContext.Settings instead.")> _
Public ReadOnly Property Setttings As Hashtable
[ObsoleteAttribute(L"Use LookupContext.Settings instead.")]
public:
property Hashtable^ Setttings {
	Hashtable^ get ();
}

Field Value

A copy of the hashtable that contains all property settings

See Also