ObjVerExGetPropertyText Method (MFIdentifier) |
Returns the text representation of the property value.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string GetPropertyText(
MFIdentifier prop
)
Public Function GetPropertyText (
prop As MFIdentifier
) As String
public:
String^ GetPropertyText(
MFIdentifier^ prop
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
The PropertyDef id of the property to look for.
Return Value
Type:
StringReturns null if not found.
See Also