Share via


ExcelServicesJob.ResultWork Property

Gets the ExcelServicesWork result generated from the collection of results from the XML files.

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

value = instance.ResultWork
public ExcelServicesWork ResultWork { get; }

Property Value

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

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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