DevForce Help Reference
Verifier Property (VerifierArgs)


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
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property Verifier As Verifier
'Usage
 
Dim instance As VerifierArgs
Dim value As Verifier
 
value = instance.Verifier
[DataMember()]
public Verifier Verifier {get;}
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

VerifierArgs Class
VerifierArgs Members

Send Feedback