Share via


ExcelServicesJob.ScheduledJobId Property

Gets or sets the Windows Compute Cluster Server 2003 job identifier for the job submitted by the private RunNowAsync method.

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 ScheduledJobId As Integer
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer

value = instance.ScheduledJobId

instance.ScheduledJobId = value
public int ScheduledJobId { get; set; }

Property Value

Type: System.Int32
The Windows Compute Cluster Server 2003 job ID.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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