SPUpgradeJobDefinition.SessionId Property
Gets or sets a unique identifier for the current session.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SessionId As Guid
Get
Set
'Usage
Dim instance As SPUpgradeJobDefinition
Dim value As Guid
value = instance.SessionId
instance.SessionId = value
public Guid SessionId { get; set; }
Property Value
Type: System.Guid
Returns a Guid identifier.