ObjVerExGetProperty(Object) Method

Returns the specified object property if found.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PropertyValue GetProperty(
	Object prop
)

Parameters

prop  Object
The PropertyDef id of the property to look for.

Return Value

PropertyValue
Returns null if not found.

See Also