| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim value() As XmlElement Dim instance As New Variant(value) | |
| C# | |
|---|---|
| public Variant( XmlElement[] value ) | |
Parameters
- value
- The System.Xml.XmlElement-array value of the Variant
Creates a new variant with a System.Xml.XmlElement-array value
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    