DraftProjectResource class
Represents an enterprise resource in a checked-out project.
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
'Declaration
<ScriptTypeAttribute("PS.DraftProjectResource", ServerTypeId := "{7c605b45-1710-4752-822b-92d287a5265b}")> _
Public Class DraftProjectResource _
Inherits ProjectResource
'Usage
Dim instance As DraftProjectResource
[ScriptTypeAttribute("PS.DraftProjectResource", ServerTypeId = "{7c605b45-1710-4752-822b-92d287a5265b}")]
public class DraftProjectResource : ProjectResource
Remarks
A resource can be a work resource, a material resource, or a cost resource.
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.