ObjVerExTryGetProperty(MFIdentifier, PropertyValue) Method
Attempts to retrieve the specified PropertyValue in the PropertyValue collection.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool TryGetProperty(
MFIdentifier prop,
out PropertyValue propVal
)
- prop MFIdentifier
- A reference to the property.
- propVal PropertyValue
- The property value if found.
BooleanTrue if a property value was found, and the propVal value was set.