WorkflowDesignerField.DisplayName 属性

获取工作流设计器字段显示名称

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public ReadOnly Property DisplayName As String
    Get
用法
Dim instance As WorkflowDesignerField
Dim value As String

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

属性值

类型:System.String
字段显示名称。

备注

工作流设计器中的任何字段选择器 UI 元素显示的字段名称的字符串。显示名称是一个本地化的字符串,并且应不会保持为常量的名称。

另请参阅

引用

WorkflowDesignerField 类

WorkflowDesignerField 成员

Microsoft.ProjectServer.Client 命名空间