Share via


PublishedProjectResource class

Representa um recurso de empresa publicado no 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

'Declaração
<ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId := "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")> _
Public Class PublishedProjectResource _
    Inherits ProjectResource
'Uso
Dim instance As PublishedProjectResource
[ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId = "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")]
public class PublishedProjectResource : ProjectResource

Remarks

Um recurso da empresa pode ser um recurso de trabalho, um recurso material ou um recurso de custo.

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.

See also

Reference

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace