WorkflowDesignerField.DisplayName property

Gets the workflow designer field display name

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

Syntax

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

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

Property value

Type: System.String
The field display name.

Remarks

Workflow designers display the string for the field name in any field picker UI element. The display name is a localized string, and it should not be persisted as a constant name.

See also

Reference

WorkflowDesignerField class

WorkflowDesignerField members

Microsoft.ProjectServer.Client namespace