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!

XmlElementAttributes.Contains

[To be supplied.]

[Visual Basic]
Public Function Contains( _
   ByVal attribute As XmlElementAttribute _
) As Boolean
[C#]
public bool Contains(
   XmlElementAttribute attribute
);
[C++]
public: bool Contains(
   XmlElementAttribute* attribute
);
[JScript]
public function Contains(
   attribute : XmlElementAttribute
) : Boolean;

Parameters

attribute
[To be supplied.]

See Also

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