ObjVerExAddLookup(Object, Object) Method
Adds a lookup item to the specified property in the PropertyValue collection.
Adding the property to the object if it doesn't already exist.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool AddLookup(
Object prop,
Object item
)
- prop Object
- The propertyValue to add the lookup to.
- item Object
- A value reference to set the lookup value to.
BooleanTrue if the PropertyValue was updated.