PublishedTaskLinkCollection constructor

Creates an instance of the PublishedTaskLinkCollection class.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New PublishedTaskLinkCollection(context, _
    objectPath)
public PublishedTaskLinkCollection(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Parameters

See also

Reference

PublishedTaskLinkCollection class

PublishedTaskLinkCollection members

Microsoft.ProjectServer.Client namespace