SPWorkflowActivationProperties.WebUrl property

Gets the URL of the SharePoint site on which the workflow instance is located.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property WebUrl As String
    Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As String

value = instance.WebUrl
public string WebUrl { get; }

Property value

Type: System.String
A string that represents the SharePoint site URL.

See also

Reference

SPWorkflowActivationProperties class

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace