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!

IIndexedList.Find

[To be supplied.]

[Visual Basic]
Function Find( _
   ByVal property As PropertyDescriptor, _
   ByVal key As Object, _
   ByVal keepIndex As Boolean _
) As Integer
[C#]
int Find(
   PropertyDescriptor property,
   object key,
   bool keepIndex
);
[C++]
int Find(
   PropertyDescriptor* property,
   Object* key,
   bool keepIndex
) = 0;
[JScript]
function Find(
   property : PropertyDescriptor,
   key : Object,
   keepIndex : Boolean
) : int;

Parameters

property
[To be supplied.]
key
[To be supplied.]
keepIndex
[To be supplied.]

See Also

IIndexedList Interface | IIndexedList Members | System.Data Namespace