Click or drag to resize
ProviderInfoDictionaryKeyTypeCheckValidity Property
If true (default), the dictionary checks the validity of the object upon its retrieval and doesn't return invalid objects. The object must support invalidation in order to support this.

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

Property Value

Type: Boolean
See Also