ProjectEngagementCollection.GetByGuid method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function GetByGuid ( _
uid As Guid _
) As ProjectEngagement
'Usage
Dim instance As ProjectEngagementCollection
Dim uid As Guid
Dim returnValue As ProjectEngagement
returnValue = instance.GetByGuid(uid)
public ProjectEngagement GetByGuid(
Guid uid
)
Parameters
- uid
Type: System.Guid
Return value
Type: Microsoft.ProjectServer.Client.ProjectEngagement
See also
Reference
ProjectEngagementCollection class