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!

XmlMemberInfo.ElementName

[To be supplied.]

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

See Also

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