ObjVerExTryGetProperty Method (Object, PropertyValue) |
Attempts to retrieve the specified PropertyValue in the PropertyValue collection.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool TryGetProperty(
Object prop,
out PropertyValue propVal
)
Public Function TryGetProperty (
prop As Object,
<OutAttribute> ByRef propVal As PropertyValue
) As Boolean
public:
bool TryGetProperty(
Object^ prop,
[OutAttribute] PropertyValue^% propVal
)
Parameters
- prop
- Type: SystemObject
A reference to the property. - propVal
- Type: PropertyValue
The property value if found.
Return Value
Type:
BooleanTrue if a property value was found, and the propVal value was set.
See Also