ObjVerExGetLookups(Object) Method

Returns the property's value as a lookups collection.

Definition

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

Parameters

prop  Object
A reference to a Lookup based property.

Return Value

Lookups
The lookups value of the property. Empty lookups object if property was not found.

See Also