PublishedAssignmentCollection class
表示已發佈的工作分派的集合。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<PublishedAssignment>
Microsoft.ProjectServer.Client.PublishedAssignmentCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.PublishedAssignmentCollection", ServerTypeId := "{aadc0700-8e4a-4e01-a294-169ebf725997}")> _
Public Class PublishedAssignmentCollection _
Inherits ClientObjectCollection(Of PublishedAssignment)
'用途
Dim instance As PublishedAssignmentCollection
[ScriptTypeAttribute("PS.PublishedAssignmentCollection", ServerTypeId = "{aadc0700-8e4a-4e01-a294-169ebf725997}")]
public class PublishedAssignmentCollection : ClientObjectCollection<PublishedAssignment>
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.
請參閱
參照
PublishedAssignmentCollection members