LookupTableCollection.GetById method

Gets a lookup table from the collection with 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 LookupTable
'Usage
Dim instance As LookupTableCollection
Dim objectId As String
Dim returnValue As LookupTable

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public LookupTable GetById(
    string objectId
)

Parameters

  • objectId
    Type: System.String

    The string representation of the lookup table GUID.

Return value

Type: Microsoft.ProjectServer.Client.LookupTable
A LookupTable object.

See also

Reference

LookupTableCollection class

LookupTableCollection members

Microsoft.ProjectServer.Client namespace