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
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property UserId As Integer
Get
Set
'Usage
Dim instance As LogToHistoryListActivity
Dim value As Integer
value = instance.UserId
instance.UserId = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(true)]
public int UserId { get; set; }
Property Value
Type: System.Int32
An integer that represents a user ID.
See Also
Reference
LogToHistoryListActivity Class