ProjectDataSet.ProjectRow.WPROJ_TRACKING_METHOD property
Indicates the default tracking method for all assignments in the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property WPROJ_TRACKING_METHOD As Integer
Get
Set
'用途
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
備註
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
請參閱
參照
ProjectDataSet.ProjectRow class