ObjVerExGetAllDirectReferences Method (MFIdentifier) |
Gets all the direct references found in the given lookup-based property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic List<ObjVerEx> GetAllDirectReferences(
MFIdentifier prop
)
Public Function GetAllDirectReferences (
prop As MFIdentifier
) As List(Of ObjVerEx)
public:
List<ObjVerEx^>^ GetAllDirectReferences(
MFIdentifier^ prop
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
The property to resolve references from.
Return Value
Type:
ListObjVerExDirect references.
See Also