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

[To be supplied.]

[Visual Basic]
Public Property Ignore As Boolean
[C#]
public bool Ignore {get; set;}
[C++]
public: __property bool get_Ignore();
public: __property void set_Ignore(bool);
[JScript]
public function get Ignore() : Boolean;
public function set Ignore(Boolean);

See Also

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