PublishedProjectResource class
Represents an enterprise resource that is published on Project Server.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ProjectResource
Microsoft.ProjectServer.Client.PublishedProjectResource
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId := "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")> _
Public Class PublishedProjectResource _
Inherits ProjectResource
'Usage
Dim instance As PublishedProjectResource
[ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId = "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")]
public class PublishedProjectResource : ProjectResource
Remarks
An enterprise 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.