M-Files API 23.11.13135.0
SearchForPropertyEx Method
PropertyValues Collection : SearchForPropertyEx Method
The property to search for.
If true, the method will return NULL if the specified property is not found. If false, the method raises an error if the specified property is not found.
Description
Searches the collection for a specified property value.
Syntax
Visual Basic
Public Function SearchForPropertyEx( _
   ByVal PropertyDef As Long, _
   ByVal ReturnNULLIfNotFound As Boolean _
) As PropertyValue
Parameters
PropertyDef
The property to search for.
ReturnNULLIfNotFound
If true, the method will return NULL if the specified property is not found. If false, the method raises an error if the specified property is not found.
See Also

PropertyValues Collection  | PropertyValues Members