MFPropertyValuesBuilderRemoveLookup Method (Object, Object) |
Removes a lookup value from a particular property, if set.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder RemoveLookup(
Object prop,
Object item
)
Public Function RemoveLookup (
prop As Object,
item As Object
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ RemoveLookup(
Object^ prop,
Object^ item
)
Parameters
- prop
- Type: SystemObject
A reference to the propertyDef, whose value should have the passed lookup removed. - item
- Type: SystemObject
A reference to the item to be removed.
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also