Share via


SPUserCodeWorkflowContext.SiteUrl property

Gets or sets the absolute URL of the root web of the SPSite that is associated with the workflow.

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

Syntax

'Declaration
Public Property SiteUrl As String
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As String

value = instance.SiteUrl

instance.SiteUrl = value
public string SiteUrl { get; set; }

Property value

Type: System.String
The URL of the root web of the SPSite that is associated with the workflow.

See also

Reference

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace