LookupTableCollection.GetByAppAlternateId method

Get an element from the lookup table collection by using the alternate object GUID that is specified in an App package for Project Online.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByAppAlternateId ( _
    objectId As String _
) As LookupTable
'Usage
Dim instance As LookupTableCollection
Dim objectId As String
Dim returnValue As LookupTable

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

Parameters

Return value

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

See also

Reference

LookupTableCollection class

LookupTableCollection members

Microsoft.ProjectServer.Client namespace