Click or drag to resize
ProviderDictionaryTKey, TValueDataIsValid Property
Returns true if the dictionary content is valid.

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

Property Value

Type: Boolean

Implements

IProviderDictionaryDataIsValid
See Also