ObjVerExTryGetProperty(Object, PropertyValue) Method

Attempts to retrieve the specified PropertyValue in the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool TryGetProperty(
	Object prop,
	out PropertyValue propVal
)

Parameters

prop  Object
A reference to the property.
propVal  PropertyValue
The property value if found.

Return Value

Boolean
True if a property value was found, and the propVal value was set.

See Also