Task.Name Property

Gets the name of 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 ReadOnly Property Name As String
    Get
'Usage
Dim instance As Task
Dim value As String

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

Property Value

Type: System.String
The name of the task.

Remarks

The name is also the file name with a ".job" extension, which the Task Scheduler uses to store the task information. To change the name of a task, use the Save method to save it as a new name and then delete the old task.

See Also

Reference

Task Class

Task Members

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