'Declaration
<XmlAnyElementAttribute()> Public Property Items As XmlElement()
'Usage
Dim instance As Documentation Dim value() As XmlElement instance.Items = value value = instance.Items
[XmlAnyElement()] public XmlElement[] Items {get; set;}
[XmlAnyElement()] public: property array<XmlElement^>^ Items { array<XmlElement^>^ get(); void set ( array<XmlElement^>^ value); }