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