ObjVerExHasLookup(Object, Object) Method
Determines if the referenced item is present in the referenced property.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool HasLookup(
Object prop,
Object item
)
- prop Object
- The propertyValue to check for the lookup.
- item Object
- A value reference to the lookup.
BooleanTrue if the item is present in the property's lookups.