LookupEntryCollection.GetByGuid method

Gets a lookup entry 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 LookupEntry
'Usage
Dim instance As LookupEntryCollection
Dim uid As Guid
Dim returnValue As LookupEntry

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.LookupEntry
A lookup entry object.

See also

Reference

LookupEntryCollection class

LookupEntryCollection members

Microsoft.ProjectServer.Client namespace