PublishedProjectResource class
代表在專案伺服器發行的企業資源。
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
'宣告
<ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId := "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")> _
Public Class PublishedProjectResource _
Inherits ProjectResource
'用途
Dim instance As PublishedProjectResource
[ScriptTypeAttribute("PS.PublishedProjectResource", ServerTypeId = "{4fb6a0cf-2675-4a37-a25c-265703bb77a5}")]
public class PublishedProjectResource : 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.