Click or drag to resize
ProviderDictionaryTKey, TValueRemovedValue Property
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual TValue RemovedValue { get; set; }

Property Value

Type: TValue
See Also