Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the default tracking method for all assignments in the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WPROJ_TRACKING_METHOD As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer
value = instance.WPROJ_TRACKING_METHOD
instance.WPROJ_TRACKING_METHOD = value
public int WPROJ_TRACKING_METHOD { get; set; }
Property value
Type: System.Int32
Remarks
The enterprise global template determines the default tracking method for new projects. If there is no enterprise global template, the default value is 2 (percent complete).
0 = None
1 = Hours per day
2 = Percent complete
3 =Total hours
See also
Reference
ProjectDataSet.ProjectRow class