| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal type As Type, _ ByVal propertyName As String, _ ByVal isRequired As Boolean, _ ByVal regexPattern As NamedRegexPattern _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
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) | |
| C# | |
|---|---|
public RegexVerifier( Type type, string propertyName, bool isRequired, NamedRegexPattern regexPattern ) | |
| C++/CLI | |
|---|---|
public: RegexVerifier( Type^ type, String^ propertyName, bool isRequired, NamedRegexPattern^ regexPattern ) | |
Parameters
- type
- propertyName
- isRequired
- regexPattern
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family