DraftTaskLinkCollection.GetByGuid method
Gets a draft task link from 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 DraftTaskLink
'Usage
Dim instance As DraftTaskLinkCollection
Dim uid As Guid
Dim returnValue As DraftTaskLink
returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public DraftTaskLink GetByGuid(
Guid uid
)
Parameters
uid
Type: System.GuidA GUID value.
Return value
Type: Microsoft.ProjectServer.Client.DraftTaskLink
A DraftTaskLink object.