Share via


ExcelServicesJob.UICultureName Property

Gets or sets the name of the user interface culture, used in opening the template workbook for the ProcessCompleteResult method.

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

value = instance.UICultureName

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

Property Value

Type: System.String
The name of the user interface culture.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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