M-Files API 23.11.13135.0
IndexOf Method
PropertyValues Collection : IndexOf Method
The ID of the property definition to search for.
Description
Returns the index of the specified property value in the collection, or -1 if the specified property value does not exist in the collection.
Syntax
Visual Basic
Public Function IndexOf( _
   ByVal PropertyDef As Long _
) As Long
Parameters
PropertyDef
The ID of the property definition to search for.
See Also

PropertyValues Collection  | PropertyValues Members