Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property VerifierArgs As VerifierArgs |
Visual Basic (Usage) | ![]() |
---|---|
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(); } |
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.
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