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!

XmlSchemaItems.IndexOf

[To be supplied.]

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

Parameters

item
[To be supplied.]

See Also

XmlSchemaItems Class | XmlSchemaItems Members | System.Xml.Serialization.Schema Namespace