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