Share via


WorkflowTemplate.Description property

Gets a value that gives the description for the workflow template. This description is displayed in the Windows SharePoint Services user interface.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Description As String
    Get
'Usage
Dim instance As WorkflowTemplate
Dim value As String

value = instance.Description
public string Description { get; }

Property value

Type: System.String
Returns a String.instance representing the description for the workflow template.

Remarks

Its length must be equal to or less than 255.

See also

Reference

WorkflowTemplate class

WorkflowTemplate members

Microsoft.SharePoint.Client.Workflow namespace