OfficeTask.Comments Property

Returns the value of the Description field of task list items that are created by the task process.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Comments As String
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.Comments

instance.Comments = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string Comments { get; set; }

Property Value

Type: System.String
The task comments.

Remarks

The value of this property is shown in the task completion forms.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace