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
uid
Type: System.GuidA GUID value.
Return value
Type: Microsoft.ProjectServer.Client.LookupEntry
A lookup entry object.