MFPropertyValuesBuilderSetLookup Method (MFIdentifier, MFIdentifier) |
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.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder SetLookup(
MFIdentifier prop,
MFIdentifier item
)
Public Function SetLookup (
prop As MFIdentifier,
item As MFIdentifier
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetLookup(
MFIdentifier^ prop,
MFIdentifier^ item
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the propertyDef of the PropertyValue. - item
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the item to set to the propertyValue
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also