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