Share via


ExcelServicesJob.TypeOfLocation Property

Gets or sets the location type 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 TypeOfLocation As LocationType
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As LocationType

value = instance.TypeOfLocation

instance.TypeOfLocation = value
public LocationType TypeOfLocation { get; set; }

Property Value

Type: LocationType
The location type.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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