MFPropertyValuesBuilderSetLookup(MFIdentifier, MFIdentifier) Method
Sets a property to contain one lookup value. Creating it if it doesn't already exist.
Works on both SSLU and MSLU.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder SetLookup(
MFIdentifier prop,
MFIdentifier item
)
- prop MFIdentifier
- A reference to the propertyDef of the PropertyValue.
- item MFIdentifier
- A reference to the item to set to the propertyValue
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.