SPUserCodeWorkflowContext.WorkflowInstanceId 属性

获取或设置当前的工作流实例的 GUID。

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

语法

声明
Public Property WorkflowInstanceId As Guid
    Get
    Set
用法
Dim instance As SPUserCodeWorkflowContext
Dim value As Guid

value = instance.WorkflowInstanceId

instance.WorkflowInstanceId = value
public Guid WorkflowInstanceId { get; set; }

属性值

类型:System.Guid
当前的工作流实例的 GUID。

另请参阅

引用

SPUserCodeWorkflowContext 类

SPUserCodeWorkflowContext 成员

Microsoft.SharePoint.UserCode 命名空间