SPWorkflowTemplate.Description property

Gets and sets the description for the workflow template. This description is displayed in the Windows SharePoint Services user interface.

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

Syntax

'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
Public Property Description As String
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As String

value = instance.Description

instance.Description = value
[ClientCallablePropertyAttribute(SetProperty = false)]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
public string Description { get; set; }

Property value

Type: System.String
A String that represents the workflow template description.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview