IdeaBlade DevForce 2010 Help Reference
Verifier Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > VerifierArgs Class : Verifier Property



Gets or sets the Verifier that used this VerifierArgs to instantiate it or null if the VerifierArgs has not been used to instantiate a Verifier yet. No VerifierArgs can be used to instantiate more than a single Verifier at one time.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public ReadOnly Property Verifier As Verifier
Visual Basic (Usage)Copy Code
Dim instance As VerifierArgs
Dim value As Verifier
 
value = instance.Verifier
C# 
[DataMemberAttribute()]
public Verifier Verifier {get;}
C++/CLI 
[DataMemberAttribute()]
public:
property Verifier^ Verifier {
   Verifier^ get();
}

Requirements

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

See Also

© 2013 All Rights Reserved.