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!

IProperties.IndexOf (String)

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

IProperties Interface | IProperties Members | System.Data.Internal Namespace | IProperties.IndexOf Overload List