Share via


ExcelServicesJob.UNCPath Property

Gets or sets the head node UNC location where the Windows Compute Cluster Server 2003 and Excel Calculation Services XML job files are stored prior to execution.

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

value = instance.UNCPath

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

Property Value

Type: System.String
The head node UNC location.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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