ObjVerExHasLookup Method (MFIdentifier, MFIdentifier) |
Determines if the referenced item is present in the referenced property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool HasLookup(
MFIdentifier prop,
MFIdentifier item
)
Public Function HasLookup (
prop As MFIdentifier,
item As MFIdentifier
) As Boolean
public:
bool HasLookup(
MFIdentifier^ prop,
MFIdentifier^ item
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
The propertyValue to check for the lookup. - item
- Type: MFiles.VAF.ConfigurationMFIdentifier
A value reference to the lookup.
Return Value
Type:
BooleanTrue if the item is present in the property's lookups.
See Also