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.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool AddLookup(
	Object prop,
	Object item
)

Parameters

prop  Object
The propertyValue to add the lookup to.
item  Object
A value reference to set the lookup value to.

Return Value

Boolean
True if the PropertyValue was updated.

See Also