LookupTableCollection.GetByAppAlternateId method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public LookupTable GetByAppAlternateId(
string objectId
)
Parameters
- objectId
Type: System.String
Return value
Type: Microsoft.ProjectServer.Client.LookupTable