DevForce Help Reference
ApplicableType Property (Verifier)


The object type on which the property to be verified is defined.
Syntax
'Declaration
 
Public ReadOnly Property ApplicableType As Type
'Usage
 
Dim instance As Verifier
Dim value As Type
 
value = instance.ApplicableType
public Type ApplicableType {get;}
Remarks
This is not the data type of the property to be verified; it is the declaring type on which the property is defined. For example, for a verifier on the BirthDate property on an Employee class, the ApplicableType would be Employee.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Verifier Class
Verifier Members

Send Feedback