Share via


WorkflowDesignerFieldCollection.GetById method

Gets a workflow designer field from the collection with the Id value.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As WorkflowDesignerField
'Usage
Dim instance As WorkflowDesignerFieldCollection
Dim objectId As String
Dim returnValue As WorkflowDesignerField

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public WorkflowDesignerField GetById(
    string objectId
)

Parameters

  • objectId
    Type: System.String

    The string representation of the GUID for the workflow designer field.

Return value

Type: Microsoft.ProjectServer.Client.WorkflowDesignerField
The workflow designer field.

See also

Reference

WorkflowDesignerFieldCollection class

WorkflowDesignerFieldCollection members

Microsoft.ProjectServer.Client namespace