ExcelServicesWork.ExcelServiceUrl Property
Gets or sets the URL to the Excel Web Services.
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 ExcelServiceUrl As String
Get
Set
'Usage
Dim instance As ExcelServicesWork
Dim value As String
value = instance.ExcelServiceUrl
instance.ExcelServiceUrl = value
public string ExcelServiceUrl { get; set; }
Property Value
Type: System.String
The URL to connect to.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace