WorkflowDesignerField.Id property

Gets the GUID of the workflow designer field.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Id As String
    Get
'Usage
Dim instance As WorkflowDesignerField
Dim value As String

value = instance.Id
[RemoteAttribute]
public string Id { get; }

Property value

Type: System.String
The field GUID.

Remarks

The WorkflowDesignerField GUID may be used with the methods in the WorkflowActivities class to read and update intrinsic fields and custom fields on a project entity. This string is locale-independent, so it is used to look up the field in the collection but not for display purposes.

See also

Reference

WorkflowDesignerField class

WorkflowDesignerField members

Microsoft.ProjectServer.Client namespace