Milestone Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
milestone
public class Milestone
type Milestone = class
Public Class Milestone
- Inheritance
-
Milestone
Constructors
| Name | Description |
|---|---|
| Milestone() | |
Properties
| Name | Description |
|---|---|
| Creator |
creator |
| MilestoneClosedAt |
The date and time when the milestone was closed. |
| MilestoneClosedIssues |
Number of closed issues for the repository. |
| MilestoneCreatedAt |
The date and time when the milestone was created. |
| MilestoneDescription |
The description of the milestone. |
| MilestoneDueOn |
The due date of the milestone. |
| MilestoneHtmlUrl |
The HTML URL for the milestone. |
| MilestoneId |
The Unique Identifier for the milestone. |
| MilestoneLabelsUrl |
The labels URL for the milestone. |
| MilestoneNodeId |
The Node ID for the milestone. |
| MilestoneNumber |
The number of the milestone. |
| MilestoneOpenIssues |
Number of open issues for the repository. |
| MilestoneState |
The state of the milestone. |
| MilestoneTitle |
The title of the milestone. |
| MilestoneUpdatedAt |
The date and time when the milestone was last updated. |
| MilestoneUrl |
The HTTP URL for the milestone. |