LookupEntryCollection.GetByAppAlternateId method

Gets a lookup entry from the collection by using the alternate lookup entry GUID that is specified in an App package for Project Server online.

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.LookupEntry
A lookup entry object.

See also

Reference

LookupEntryCollection class

LookupEntryCollection members

Microsoft.ProjectServer.Client namespace