Поделиться через


LookupTableCollection.GetById method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
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)
public LookupTable GetById(
    string objectId
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.LookupTable

See also

Reference

LookupTableCollection class

LookupTableCollection members

Microsoft.ProjectServer.Client namespace