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
uid
Type: System.GuidA GUID value.
Return value
Type: Microsoft.ProjectServer.Client.PublishedProject
A published project.