Share via


PublishedTaskCollection.GetByGuid method

Gets a task in the collection with the specified GUID.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As PublishedTask
'Usage
Dim instance As PublishedTaskCollection
Dim uid As Guid
Dim returnValue As PublishedTask

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public PublishedTask GetByGuid(
    Guid uid
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedTask
The task in the published project.

See also

Reference

PublishedTaskCollection class

PublishedTaskCollection members

Microsoft.ProjectServer.Client namespace