Share via


ExcelServicesJob.LocalPath Property

Gets or sets the local file path based on the UNCPath 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 LocalPath As String
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As String

value = instance.LocalPath

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

Property Value

Type: System.String
The local file path.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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