Share via


ExcelServicesJob.Template Property

Gets or sets the template 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 Template As String
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As String

value = instance.Template

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

Property Value

Type: System.String
The template.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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