SPWorkflow.SiteId Property
Gets the ID of the site collection on which this workflow instance was created.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property SiteId As Guid
Get
'Usage
Dim instance As SPWorkflow
Dim value As Guid
value = instance.SiteId
public Guid SiteId { get; }
Property Value
Type: System.Guid
A GUID that represents the site ID.