ObjVerExSetLookup Method (Object, Object) |
Sets the passed lookup item as the only value of specified property in the PropertyValue collection.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyValue SetLookup(
Object prop,
Object item
)
Public Function SetLookup (
prop As Object,
item As Object
) As PropertyValue
public:
PropertyValue^ SetLookup(
Object^ prop,
Object^ item
)
Parameters
- prop
- Type: SystemObject
The propertyValue to set the lookup to. - item
- Type: SystemObject
A value reference to set the lookup value to.
Return Value
Type:
PropertyValueThe updated PropertyValue.
See Also