Share

Milestone.name Property

Parent Object: Milestone
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/Milestone.h>

Description

Gets and sets the name of the milestone.

Syntax

"milestone_var" is a variable referencing a Milestone object.

# Get the value of the property.
propertyValue = milestone_var.name

# Set the value of the property.
milestone_var.name = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version March 2024

Was this information helpful?