ObjVerExGetLookups Method (MFIdentifier) |
Returns the property's value as a lookups collection.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Lookups GetLookups(
MFIdentifier prop
)
Public Function GetLookups (
prop As MFIdentifier
) As Lookups
public:
Lookups^ GetLookups(
MFIdentifier^ prop
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to a Lookup based property.
Return Value
Type:
LookupsThe lookups value of the property. Empty lookups object if property was not found.
See Also