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!

XmlAttributeAttribute.AttributeName

[To be supplied.]

[Visual Basic]
Public Property AttributeName As String
[C#]
public string AttributeName {get; set;}
[C++]
public: __property String* get_AttributeName();
public: __property void set_AttributeName(String*);
[JScript]
public function get AttributeName() : String;
public function set AttributeName(String);

See Also

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