PlanAssignmentCollection.GetByGuid method

Gets a plan assignment from the collection, by using 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 PlanAssignment
'Usage
Dim instance As PlanAssignmentCollection
Dim uid As Guid
Dim returnValue As PlanAssignment

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

Parameters

Return value

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

See also

Reference

PlanAssignmentCollection class

PlanAssignmentCollection members

Microsoft.ProjectServer.Client namespace