ObjVerExRemoveLookup(Object, Object) Method
            
            Removes a lookup item from the specified property in the PropertyValue collection.
            
            
            
              Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool RemoveLookup(
	Object prop,
	Object item
)
- prop  Object
 - A reference to a lookup based property.
 - item  Object
 - The item to remove from the PropertyValue lookups.
 
Boolean
              True if the item was removed from the properties lookups.
              False if the property or item was not found.