ProjectResource class
Provides information about a project resource.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ProjectResource
Microsoft.ProjectServer.Client.DraftProjectResource
Microsoft.ProjectServer.Client.PublishedProjectResource
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.ProjectResource", ServerTypeId := "{2faf36df-9f78-4e6a-8438-d01689d9600d}")> _
Public Class ProjectResource _
Inherits ClientObject
'Usage
Dim instance As ProjectResource
[ScriptTypeAttribute("PS.ProjectResource", ServerTypeId = "{2faf36df-9f78-4e6a-8438-d01689d9600d}")]
public class ProjectResource : 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.