Share via


ExcelServicesJob.ApplicationName Property

Gets or sets the application name used by the ScheduledTask property to execute the Windows Compute Cluster Server 2003 job.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
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 ExcelServicesJob
Dim value As String

value = instance.ApplicationName

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

Property Value

Type: System.String

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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