Task.ApplicationName Property

Gets or sets the application file name that the task is to run.

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 ApplicationName As String
    Get
    Set
'Usage
Dim instance As Task
Dim value As String

value = instance.ApplicationName

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

Property Value

Type: System.String
The application file name.

Remarks

The get operation returns an absolute path. You can return a file name by using the PATH environment variable. The path search is performed when the task is saved.

See Also

Reference

Task Class

Task Members

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