다음을 통해 공유


DraftTaskLinkCollection.GetByGuid method

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

Syntax

'Declaration
Public Function GetByGuid ( _
    uid As Guid _
) As DraftTaskLink
'Usage
Dim instance As DraftTaskLinkCollection
Dim uid As Guid
Dim returnValue As DraftTaskLink

returnValue = instance.GetByGuid(uid)
public DraftTaskLink GetByGuid(
    Guid uid
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.DraftTaskLink

See also

Reference

DraftTaskLinkCollection class

DraftTaskLinkCollection members

Microsoft.ProjectServer.Client namespace