Share via


ExcelServicesJob.JobName Property

Gets the Windows Compute Cluster Server 2003 job and task name for the jobs submitted by the Schedule, ScheduledRunNow, and private RunNowAsync methods.

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 ReadOnly Property JobName As String
    Get
'Usage
Dim instance As ExcelServicesJob
Dim value As String

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

Property Value

Type: System.String
The Windows Compute Cluster Server 2003 job and task name.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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