DraftAssignmentCollection-Klasse
Stellt eine Auflistung von DraftAssignment -Objekten dar.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<DraftAssignment>
Microsoft.ProjectServer.Client.DraftAssignmentCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId := "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")> _
Public Class DraftAssignmentCollection _
Inherits ClientObjectCollection(Of DraftAssignment)
'Usage
Dim instance As DraftAssignmentCollection
[ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId = "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")]
public class DraftAssignmentCollection : ClientObjectCollection<DraftAssignment>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.
Siehe auch
Referenz
DraftAssignmentCollection-Member