ObjVerExHasLookup(Object, Object) Method

Determines if the referenced item is present in the referenced property.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool HasLookup(
	Object prop,
	Object item
)

Parameters

prop  Object
The propertyValue to check for the lookup.
item  Object
A value reference to the lookup.

Return Value

Boolean
True if the item is present in the property's lookups.

See Also