WorkflowDefinition.DisplayName property
Gets or sets the workflow definition display name, which is displayed to users.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[ClientCallablePropertyAttribute]
public string DisplayName { get; set; }
Property value
Type: System.String
Returns the string representation of the workflow definition display name.
Remarks
The display name may not exceed 255 characters.