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!

XmlSerializer.RemoveOnUnknownAttribute

[To be supplied.]

[Visual Basic]
Public Sub RemoveOnUnknownAttribute( _
   ByVal handler As XmlAttributeEventHandler _
)
[C#]
public void RemoveOnUnknownAttribute(
   XmlAttributeEventHandler handler
);
[C++]
public: void RemoveOnUnknownAttribute(
   XmlAttributeEventHandler* handler
);
[JScript]
public function RemoveOnUnknownAttribute(
   handler : XmlAttributeEventHandler
);

Parameters

handler
[To be supplied.]

See Also

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