DraftTaskLinkCollection class
Represents a collection of DraftTaskLink objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<DraftTaskLink>
Microsoft.ProjectServer.Client.DraftTaskLinkCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.DraftTaskLinkCollection", ServerTypeId := "{96b053e0-4980-42b1-8cb2-4effee328783}")> _
Public Class DraftTaskLinkCollection _
Inherits ClientObjectCollection(Of DraftTaskLink)
'Usage
Dim instance As DraftTaskLinkCollection
[ScriptTypeAttribute("PS.DraftTaskLinkCollection", ServerTypeId = "{96b053e0-4980-42b1-8cb2-4effee328783}")]
public class DraftTaskLinkCollection : ClientObjectCollection<DraftTaskLink>
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
DraftTaskLinkCollection members