SPUserCodeWorkflowContext.InitiatorUserId 属性

获取或设置启动当前工作流实例的用户的标识符。

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

语法

声明
Public Property InitiatorUserId As Integer
    Get
    Set
用法
Dim instance As SPUserCodeWorkflowContext
Dim value As Integer

value = instance.InitiatorUserId

instance.InitiatorUserId = value
public int InitiatorUserId { get; set; }

属性值

类型:System.Int32
用户的标识符。

另请参阅

引用

SPUserCodeWorkflowContext 类

SPUserCodeWorkflowContext 成员

Microsoft.SharePoint.UserCode 命名空间