title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CustomFieldRename method (Project) |
vbapj.chm2378 |
|
project-server |
|
0ca77914-1881-eee5-a8ec-7b47c6464969 |
06/08/2017 |
medium |
Defines a friendly name for a custom field.
expression. CustomFieldRename
( _FieldID_
, _NewName_
, _Phonetic_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FieldID | Required | Long | The field to be renamed. Can be one of the PjCustomField constants. |
NewName | Optional | String | The friendly name for the custom field. A value of Null removes the friendly name. |
Phonetic | Optional | String | The phonetic equivalent of the friendly name. The Phonetic argument is ignored unless the Japanese version of Project is used. |
Boolean
[!includeSupport and feedback]