[XmlAnyElementAttribute]
public XmlElement[] Any { get; set; }<XmlAnyElementAttribute>
Public Property Any As XmlElement()
Get
Setpublic:
[XmlAnyElementAttribute]
property array<XmlElement^>^ Any {
array<XmlElement^>^ get ();
void set (array<XmlElement^>^ value);
}[<XmlAnyElementAttribute>]
member Any : XmlElement[] with get, set