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