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!

ObjectList.IndexOf

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

ObjectList Class | ObjectList Members | System.Collections Namespace