DraftProjectResource class
代表取出的專案中的企業資源。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ProjectResource
Microsoft.ProjectServer.Client.DraftProjectResource
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.DraftProjectResource", ServerTypeId := "{7c605b45-1710-4752-822b-92d287a5265b}")> _
Public Class DraftProjectResource _
Inherits ProjectResource
'用途
Dim instance As DraftProjectResource
[ScriptTypeAttribute("PS.DraftProjectResource", ServerTypeId = "{7c605b45-1710-4752-822b-92d287a5265b}")]
public class DraftProjectResource : ProjectResource
備註
資源可以是工時資源、 材料資源或成本的資源。
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.