ObjVerExSetLookup(Object, Object) Method

Sets the passed lookup item as the only value of specified property in the PropertyValue collection.

Definition

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

Parameters

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

Return Value

PropertyValue
The updated PropertyValue.

See Also