EnterpriseProjectType class
建立物件,表示企業專案類型。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.EnterpriseProjectType
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.EnterpriseProjectType", ServerTypeId := "{ad51dec6-6566-49ce-adea-04b9cf609aa8}")> _
Public Class EnterpriseProjectType _
Inherits ClientObject
'用途
Dim instance As EnterpriseProjectType
[ScriptTypeAttribute("PS.EnterpriseProjectType", ServerTypeId = "{ad51dec6-6566-49ce-adea-04b9cf609aa8}")]
public class EnterpriseProjectType : ClientObject
備註
企業專案組織的其他專案的集合。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.