Task.Comment Property

Gets or sets the comment associated with the task.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As Task
Dim value As String

value = instance.Comment

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

Property Value

Type: System.String
The comment string.

Remarks

The comment appears in the Scheduled Tasks user interface.

See Also

Reference

Task Class

Task Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace