| Visual Basic (Declaration) | |
|---|---|
<XmlAnyElementAttribute()> Public Property Any As XmlElement() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As sObject Dim value() As XmlElement instance.Any = value value = instance.Any | |
| C# | |
|---|---|
[XmlAnyElementAttribute()] public XmlElement[] Any {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
[XmlAnyElementAttribute()] public: __property XmlElement*[]* get_Any(); public: __property void set_Any( XmlElement*[]* value ); | |
| C++/CLI | |
|---|---|
[XmlAnyElementAttribute()] public: property array<XmlElement^>^ Any { array<XmlElement^>^ get(); void set ( array<XmlElement^>^ value); } | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family