ObjVerExGetLookupID Method (Object) |
Returns the lookup id of a Lookup propertyValue in the PropertyValue collection.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int GetLookupID(
Object prop
)
Public Function GetLookupID (
prop As Object
) As Integer
public:
int GetLookupID(
Object^ prop
)
Parameters
- prop
- Type: SystemObject
A reference to the property whose lookup should be returned.
Return Value
Type:
Int32The id of the lookup if found, -1 otherwise.
See Also