MetaType.HasAnyValidateMethod Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the MetaType or any of its bases types has an OnValidate method.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Property Value
Type: System.Booleantrue if the meta-type or any base meta-type has an OnValidate method; otherwise, false.
Show: