SPUserCodeWorkflowContext.WebUrl 属性

获取或设置与工作流相关联的SPWeb的相对 URL。

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

语法

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

value = instance.WebUrl

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

属性值

类型:System.String
SPWeb 与工作流相关联的 URL。

另请参阅

引用

SPUserCodeWorkflowContext 类

SPUserCodeWorkflowContext 成员

Microsoft.SharePoint.UserCode 命名空间