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



Gets or sets the parameters that represent the state of this verifier.

Syntax

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

Remarks

Every verifier contains a single instance of the VerifierArgs that was used to instantiate it. With the exception of "Trigger" information the VerifierArgs member of each Verifier is intended to be the repository for the "state" of the Verifier. In general, all Verifier constructors should internally delegate to a constructor implementation that takes a single strongly typed subclass of VerifierArgs as its sole argument.

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.