SPUserCodeWorkflowContext.CurrentWebUrl 属性

获取或设置的工作流实例所在的SharePoint 2010网站的绝对 URL。

命名空间:  Microsoft.SharePoint.UserCode
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property CurrentWebUrl As String
    Get
    Set
用法
Dim instance As SPUserCodeWorkflowContext
Dim value As String

value = instance.CurrentWebUrl

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

属性值

类型:System.String
SPWeb 的工作流实例所在的 URL。

另请参阅

引用

SPUserCodeWorkflowContext 类

SPUserCodeWorkflowContext 成员

Microsoft.SharePoint.UserCode 命名空间