ProjectType enumeration
指定專案的類型。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
Public Enumeration ProjectType
'用途
Dim instance As ProjectType
public enum ProjectType
Members
Member name | Description | |
---|---|---|
MinRequestValue | 值等於 0。僅限 ; 內部請勿使用。 | |
NotSpecified | 值 = 1。未指定專案類型。 | |
Project | 值等於 0。標準的專案。 | |
Template | 值 = 1。建立其他專案時做為範本的專案。 | |
Global | 值 = 2。企業通用專案。 | |
ResGlobal | 值 = 3。企業資源資料庫中。 | |
LightWeightProject | 值 = 4。取代的元件,請勿使用。 | |
InsertedProject | 值 = 5。子專案。 | |
MasterProject | 值 = 6。主專案,其中包含一或多個專案。 | |
TimesheetAdminProject | 值 = 7。時程表系統管理專案,用於從Microsoft Office Project Server 2007升級。如需詳細資訊,請參閱報告資料庫結構描述參考。 | |
NewProject | 值 = 100。僅限 ; 內部請勿使用。 | |
NewTemplate | 值 = 101。僅限 ; 內部請勿使用。 | |
NewGlobal | 值 = 102。僅限 ; 內部請勿使用。 | |
NewResGlobal | 值 = 103。僅限 ; 內部請勿使用。 | |
InactiveProject | 值 = 1000年。僅限 ; 內部請勿使用。 | |
InactiveTemplate | 值 = 1001年。僅限 ; 內部請勿使用。 | |
InactiveGlobal | 值 = 1002年。僅限 ; 內部請勿使用。 | |
NewOffset | 值 = 100。僅限 ; 內部請勿使用。 | |
InactiveOffset | 值 = 1000年。僅限 ; 內部請勿使用。 | |
MaxRequestValue | 值 = 101。僅限 ; 內部請勿使用。 |
備註
CSOM 的ProjectType列舉型別相當於Project.ProjectTypeMicrosoft.Office.Project.Server.Library命名空間中。ProjectType常數可以搭配Project.ProjectType屬性。