Share via


ExcelServicesJob.InputWork Property

Gets or sets the input for the ExcelServicesWork object used in dividing the work and distributing it to the cluster.

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

value = instance.InputWork

instance.InputWork = value
public ExcelServicesWork InputWork { get; set; }

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesWork
The ExcelServicesWork object.

Remarks

This property can be set after the constructor.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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