NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributes.AnyElement

[To be supplied.]

[Visual Basic]
Public Property AnyElement As XmlAnyElementAttribute
[C#]
public XmlAnyElementAttribute AnyElement {get; set;}
[C++]
public: __property XmlAnyElementAttribute* get_AnyElement();
public: __property void set_AnyElement(XmlAnyElementAttribute*);
[JScript]
public function get AnyElement() : XmlAnyElementAttribute;
public function set AnyElement(XmlAnyElementAttribute);

See Also

XmlAttributes Class | XmlAttributes Members | System.Xml.Serialization Namespace