Share via


ExcelServicesJob.OutputLocation Property

Gets or sets the output location used by the results collection for the Schedule and ScheduledRunNow methods.

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

value = instance.OutputLocation

instance.OutputLocation = value
public string OutputLocation { get; set; }

Property Value

Type: System.String
The output location.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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