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

[To be supplied.]

[Visual Basic]
Public Property MemberType As Type
[C#]
public Type MemberType {get; set;}
[C++]
public: __property Type* get_MemberType();
public: __property void set_MemberType(Type*);
[JScript]
public function get MemberType() : Type;
public function set MemberType(Type);

See Also

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