Assignment.OtherType Enumeration
This class and its members are reserved for internal use and are not intended to be used in your code. Specifies other types of assignments.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration OtherType
'Usage
Dim instance As Assignment.OtherType
public enum OtherType
Members
Member name | Description | |
---|---|---|
Regular | Value=0. Regular assignment type. | |
TaskOnlyWork | Value=1. Task only work assignment type. | |
FixedCosts | Value=2. Fixed costs assignment type. | |
FixedCostsAndTaskOnly | Value=3. Fixed costs and task only assignment type. | |
RegularUnassigned | Value=4. Regular assignment type, but unassigned. |