다음을 통해 공유


ProjectCollection.GetByGuid method

Gets a project 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 PublishedProject
'Usage
Dim instance As ProjectCollection
Dim uid As Guid
Dim returnValue As PublishedProject

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedProject
A published project.

See also

Reference

ProjectCollection class

ProjectCollection members

Microsoft.ProjectServer.Client namespace