SPEventContext.ContextType Property
Gets the context ID of the type context of the workflow event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ContextType As Guid
Get
'Usage
Dim instance As SPEventContext
Dim value As Guid
value = instance.ContextType
public Guid ContextType { get; }
Property Value
Type: System.Guid
The ID of the context type of the workflow event.