IsMilestone property

Returns whether the project task is a milestone. A task is a milestone if it's duration is 0.

Syntax


C++

HRESULT get_IsMilestone(VARIANT_BOOL* pIsMilestone)

Scripting languages

IsMilestone = Object.IsMilestone

Legal values


Value

Description

TRUE

The task is a milestone.

FALSE

The task is not a milestone.

 

Home

Applies to

IERUProjectTask