ObjVerExGetDirectReference Method (MFIdentifier) |
Returns the first non-deleted and non-destroyed object reference found in the given lookup based property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic ObjVerEx GetDirectReference(
MFIdentifier prop
)
Public Function GetDirectReference (
prop As MFIdentifier
) As ObjVerEx
public:
ObjVerEx^ GetDirectReference(
MFIdentifier^ prop
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the property that holds a certain object reference.
Return Value
Type:
ObjVerExAn ObjVerEx wrapped reference to existing object resolved via the passed property.
See Also