DevForce Help Reference
RegexVerifier Constructor(Type,String,Boolean,NamedRegexPattern)


Initializes a new instance of the RegexVerifier class.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As Type, _
   ByVal propertyName As String, _
   ByVal isRequired As Boolean, _
   ByVal regexPattern As NamedRegexPattern _
)
'Usage
 
Dim type As Type
Dim propertyName As String
Dim isRequired As Boolean
Dim regexPattern As NamedRegexPattern
 
Dim instance As New RegexVerifier(type, propertyName, isRequired, regexPattern)

Parameters

type
propertyName
isRequired
regexPattern
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

RegexVerifier Class
RegexVerifier Members
Overload List

Send Feedback