Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

Gets the stage of milestone.

( "InProgress" | "Paused" | "Completed" | "Cancelled" ) myMilestone.Stage { get; }

Remarks

This property returns one of following values depending on milestone status.

InProgress Milestone is active and counting.

Paused Milestone is paused.

Completed Milestone has completed.

Cancelled Milestone has cancelled.

  • No labels