Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

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

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.