WorkflowAssociation.Description property

Gets or sets a value that specifies the description for this workflow association.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As WorkflowAssociation
Dim value As String

value = instance.Description

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

Property value

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

Remarks

The description is displayed in the SharePoint Foundation user interface.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace