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!

XmlArrayItemAttributes.Contains

[To be supplied.]

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

Parameters

attribute
[To be supplied.]

See Also

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