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!

ListSelector.IndexOf

[To be supplied.]

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

Parameters

Item
[To be supplied.]

See Also

ListSelector Class | ListSelector Members | System.Configuration.Interceptors Namespace