MFPropertyValuesBuilderSetLookup Method (Object, Object) |
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(
Object prop,
Object item
)
Public Function SetLookup (
prop As Object,
item As Object
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ SetLookup(
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 set to the propertyValue
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also