DraftProject.TrackingMode property
Gets or sets the default tracking method for all assignments in the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property TrackingMode As TrackingMode
Get
Set
'Usage
Dim instance As DraftProject
Dim value As TrackingMode
value = instance.TrackingMode
instance.TrackingMode = value
[RemoteAttribute]
public TrackingMode TrackingMode { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.TrackingMode
A numerical value that represents the tracking method used.