LookupEntryCollection.GetById method
Returns the lookup entry that is specified by the Id value.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As LookupEntry
'Usage
Dim instance As LookupEntryCollection
Dim objectId As String
Dim returnValue As LookupEntry
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public LookupEntry GetById(
string objectId
)
Parameters
objectId
Type: System.StringThe string representation of the lookup entry GUID.
Return value
Type: Microsoft.ProjectServer.Client.LookupEntry
A lookup entry object.