InputCollection.Job Property
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 Job As ExcelServicesWork
Get
Set
'Usage
Dim instance As InputCollection
Dim value As ExcelServicesWork
value = instance.Job
instance.Job = value
public ExcelServicesWork Job { get; set; }
Property Value
Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesWork
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace