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.Attribute

[To be supplied.]

[Visual Basic]
Public Property Attribute As XmlAttributeAttribute
[C#]
public XmlAttributeAttribute Attribute {get; set;}
[C++]
public: __property XmlAttributeAttribute* get_Attribute();
public: __property void set_Attribute(XmlAttributeAttribute*);
[JScript]
public function get Attribute() : XmlAttributeAttribute;
public function set Attribute(XmlAttributeAttribute);

See Also

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