DraftAssignmentCollection.GetByGuid method

Gets a draft assignment 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 DraftAssignment
'Usage
Dim instance As DraftAssignmentCollection
Dim uid As Guid
Dim returnValue As DraftAssignment

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.DraftAssignment
A DraftAssignment object.

See also

Reference

DraftAssignmentCollection class

DraftAssignmentCollection members

Microsoft.ProjectServer.Client namespace