TaskTracker.ExcelWork Field
Represents the ExcelServicesWork object associated with the tracker deserialized from the XML serialization file.
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 ExcelWork As ExcelServicesWork
'Usage
Dim instance As TaskTracker
Dim value As ExcelServicesWork
value = instance.ExcelWork
instance.ExcelWork = value
public ExcelServicesWork ExcelWork
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace