Click or drag to resize
HashtableSettingsUseWeakReferences Property
If true, weak references are used within hashtables. Use in case the provider handles a lot of objects to allow releasing memory

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool UseWeakReferences { get; set; }

Property Value

Type: Boolean
See Also