DraftTask.IsMilestone property
Gets or sets a value that indicates whether a task is a milestone.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IsMilestone As Boolean
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Boolean
value = instance.IsMilestone
instance.IsMilestone = value
[RemoteAttribute]
public bool IsMilestone { get; set; }
Property value
Type: System.Boolean
True if a task is a milestone; otherwise, False.