CustomFieldCollection.GetByAppAlternateId method

Gets a custom field from the collection by using the alternate custom field 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 CustomField
'Usage
Dim instance As CustomFieldCollection
Dim objectId As String
Dim returnValue As CustomField

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

Parameters

Return value

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

See also

Reference

CustomFieldCollection class

CustomFieldCollection members

Microsoft.ProjectServer.Client namespace