Click or drag to resize

ObjVerExGetLookupsFromProperty Method (Object)

Gets all the object lookups from a lookup based property.

Namespace:  MFiles.VAF.Common
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public IEnumerable<Lookup> GetLookupsFromProperty(
	Object prop
)

Parameters

prop
Type: SystemObject
Property reference.

Return Value

Type: IEnumerableLookup
The property's lookups.
See Also