ExcelServicesWork.SessionID Property
Gets the SessionID property from opening the workbook.
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 ReadOnly Property SessionID As String
Get
'Usage
Dim instance As ExcelServicesWork
Dim value As String
value = instance.SessionID
public string SessionID { get; }
Property Value
Type: System.String
The session ID.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace