ObjVerExGetProperty(MFIdentifier) 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(
	MFIdentifier prop
)

Parameters

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

Return Value

PropertyValue
Returns null if not found.

See Also