title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
OutlineCode.Name property (Project) |
project-server |
|
b4814e58-2efd-18aa-4018-eb883fc64afa |
06/08/2017 |
medium |
Gets the name of the OutlineCode object. Read/write String.
expression.Name
expression A variable that represents an OutlineCode object.
For a code example that uses the Task object, see Name.
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]