Share via


Application.CustomFieldGetName Method

Project Developer Reference

Returns the friendly name for a custom field.

Syntax

expression.CustomFieldGetName(FieldID)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
FieldID Required Long The custom field. Can be one of the PjCustomField constants.

Return Value
String

See Also