DraftProjectResourceCollection.GetByGuid method

Gets a draft project resource 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 DraftProjectResource
'Usage
Dim instance As DraftProjectResourceCollection
Dim uid As Guid
Dim returnValue As DraftProjectResource

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

Parameters

Return value

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

See also

Reference

DraftProjectResourceCollection class

DraftProjectResourceCollection members

Microsoft.ProjectServer.Client namespace