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!

ADOProperties.IndexOf (String)

[To be supplied.]

[Visual Basic]
Overloads Public Function IndexOf( _
   ByVal value As String _
) As Integer
[C#]
public int IndexOf(
   string value
);
[C++]
public: int IndexOf(
   String* value
);
[JScript]
public function IndexOf(
   value : String
) : int;

Parameters

value
[To be supplied.]

See Also

ADOProperties Class | ADOProperties Members | System.Data.ADO Namespace | ADOProperties.IndexOf Overload List