MFPropertyValuesBuilderAddLookup Method (Object, Object) |
Note: This API is now obsolete.
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax[ObsoleteAttribute("Use overload with MFIdentifier type parameter(s) instead.")]
public MFPropertyValuesBuilder AddLookup(
Object prop,
Object item
)
Parameters
- prop
- Type: SystemObject
A reference to the propertyDef of the PropertyValue. - item
- Type: SystemObject
A reference to the item to add to the propertyValue
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also