Task.MAX_PERCENT Field
Contains an integer that represents the highest possible percentage of task work that can be completed.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared ReadOnly MAX_PERCENT As Integer
'Usage
Dim value As Integer
value = Task.MAX_PERCENT
public static readonly int MAX_PERCENT
Remarks
The value of MAX_PERCENT is set to 100.