Visual Basic (Declaration) | |
---|---|
<XmlArrayItemAttribute("verifierArg")> <DescriptionAttribute("Arguments to the verifier.")> <XmlArrayAttribute("verifierArgs")> Public Property VerifierArgs As VerifierArgElementCollection |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
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