Project members
Provides constants for use in the creation of a project.
The Project type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Project | Creates an instance of the Project class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InvalidCharacters | Returns an array of characters that are not allowed to be used in project names. | |
MemberwiseClone | (Inherited from Object.) | |
PublishableProjects | Returns an array of project types that can be published to the reporting database. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
CurrencyCodeLength | Represents the number of characters in the string that is used to define a type of currency. | |
MAX_CRITICAL_SLACK_LIMIT | Represents the maximum number of days that a task can go past its end date, before Project Server marks the task as critical. | |
MAX_CURRENCY_DIGITS | Represents the maximum number of digits that can be displayed to the right of the decimal point when currency values are displayed. | |
MAX_CURRENCY_SYMBOL_LENGTH | Represents the maximum number of characters that can be used in a currency symbol. | |
MAX_PROJECT_NAME_LEN | Represents the maximum number of characters that can be used in a project name. | |
MIN_CRITICAL_SLACK_LIMIT | Specifies the minimum number of days that a task can go past its end date, before Project Server marks that task as critical. | |
MIN_CURRENCY_DIGITS | The minimum number of digits that can be displayed to the right of the decimal point when currency values are displayed. |
Top