title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CustomFieldValueListDelete method (Project) |
vbapj.chm42 |
|
project-server |
|
f8c513b6-2aab-3e42-ca97-7f91f88f5b61 |
06/08/2017 |
medium |
Removes an item from the value list for a custom field.
expression. CustomFieldValueListDelete
( _FieldID_
, _Index_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FieldID | Required | Long | The custom field. Can be one of the PjCustomField constants. |
Index | Required | Integer | The row number of the value list item to delete from the Value List dialog box. |
Boolean
[!includeSupport and feedback]