ObjVerExGetPropertyText(MFIdentifier) Method

Returns the text representation of the property value.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string GetPropertyText(
	MFIdentifier prop
)

Parameters

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

Return Value

String
Returns null if not found.

See Also