IdeaBlade DevForce 2010 Help Reference
VerifierArgs Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > VerifierElement Class : VerifierArgs Property



Gets or sets the verifier arguments.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute("verifierArg")>
<DescriptionAttribute("Arguments to the verifier.")>
<XmlArrayAttribute("verifierArgs")>
Public Property VerifierArgs As VerifierArgElementCollection
Visual Basic (Usage)Copy Code
Dim instance As VerifierElement
Dim value As VerifierArgElementCollection
 
instance.VerifierArgs = value
 
value = instance.VerifierArgs
C# 
[XmlArrayItemAttribute("verifierArg")]
[DescriptionAttribute("Arguments to the verifier.")]
[XmlArrayAttribute("verifierArgs")]
public VerifierArgElementCollection VerifierArgs {get; set;}
C++/CLI 
[XmlArrayItemAttribute("verifierArg")]
[DescriptionAttribute("Arguments to the verifier.")]
[XmlArrayAttribute("verifierArgs")]
public:
property VerifierArgElementCollection^ VerifierArgs {
   VerifierArgElementCollection^ get();
   void set (    VerifierArgElementCollection^ value);
}

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.