ObjVerExTryGetProperty(Object, 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(
Object prop,
out PropertyValue propVal
)
- prop Object
- 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.