ObjVerExGetPropertyText(Object) 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(
	Object prop
)

Parameters

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

Return Value

String
Returns null if not found.

See Also