ObjVerExSetLookup(Object, Object) Method
Sets the passed lookup item as the only value of specified property in the PropertyValue collection.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public PropertyValue SetLookup(
Object prop,
Object item
)
- prop Object
- The propertyValue to set the lookup to.
- item Object
- A value reference to set the lookup value to.
PropertyValueThe updated PropertyValue.