Share via


LogToHistoryListActivity.UserId property

Gets or sets the identifier (ID) of the Windows SharePoint Services 3.0 user who initiated the workflow action.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property UserId As Integer
    Get
    Set
'Usage
Dim instance As LogToHistoryListActivity
Dim value As Integer

value = instance.UserId

instance.UserId = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public int UserId { get; set; }

Property value

Type: System.Int32
An integer that represents a user ID.

See also

Reference

LogToHistoryListActivity class

LogToHistoryListActivity members

Microsoft.SharePoint.WorkflowActions namespace