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

[To be supplied.]

[Visual Basic]
Public Function IndexOf( _
   ByVal attribute As XmlElementAttribute _
) As Integer
[C#]
public int IndexOf(
   XmlElementAttribute attribute
);
[C++]
public: int IndexOf(
   XmlElementAttribute* attribute
);
[JScript]
public function IndexOf(
   attribute : XmlElementAttribute
) : int;

Parameters

attribute
[To be supplied.]

See Also

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