ObjVerExGetLookupID(Object) Method

Returns the lookup id of a Lookup propertyValue in the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public int GetLookupID(
	Object prop
)

Parameters

prop  Object
A reference to the property whose lookup should be returned.

Return Value

Int32
The id of the lookup if found, -1 otherwise.

See Also