ObjVerExAddLookup Method (Object, Object) |
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.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool AddLookup(
Object prop,
Object item
)
Public Function AddLookup (
prop As Object,
item As Object
) As Boolean
public:
bool AddLookup(
Object^ prop,
Object^ item
)
Parameters
- prop
- Type: SystemObject
The propertyValue to add the lookup to. - item
- Type: SystemObject
A value reference to set the lookup value to.
Return Value
Type:
BooleanTrue if the PropertyValue was updated.
See Also