Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 951 Bytes

Project.OutlineCodes.Add.md

File metadata and controls

41 lines (24 loc) · 951 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
OutlineCodes.Add method (Project)
project-server
Project.OutlineCodes.Add
e33dcb6b-90a3-e52c-099a-f0a901b3f3f7
06/08/2017
medium

OutlineCodes.Add method (Project)

Adds an OutlineCode object to an OutlineCodes collection.

Syntax

expression.Add (FieldID, Name)

expression A variable that represents an 'OutlineCodes' object.

Parameters

Name Required/Optional Data type Description
FieldID Required Long Specifies the type of custom field for the outline code. Can be one of the PjCustomField constants.
Name Required String The name of the outline code to add.

Return value

OutlineCode

See also

OutlineCodes Collection Object

[!includeSupport and feedback]