Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 882 Bytes

Project.OutlineCode.Name.md

File metadata and controls

38 lines (22 loc) · 882 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
OutlineCode.Name property (Project)
project-server
Project.OutlineCode.Name
b4814e58-2efd-18aa-4018-eb883fc64afa
06/08/2017
medium

OutlineCode.Name property (Project)

Gets the name of the OutlineCode object. Read/write String.

Syntax

expression.Name

expression A variable that represents an OutlineCode object.

Remarks

For a code example that uses the Task object, see Name.

Example

Name is the default property for the OutlineCode object. If the first task outline code for the active project is defined, the following example prints the name of the outline code.

Debug.Print ActiveProject.OutlineCodes(1)

[!includeSupport and feedback]