Share via


LogToHistoryListActivity.OtherData property

Gets or sets additional information that the user wants to include in the history list entry.

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

Syntax

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

value = instance.OtherData

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

Property value

Type: System.String
Text that describes additional data that is included in the event.

Examples

LogToHistoryListActivity logWriter = (LogToHistoryListActivity)sender;logWriter.OtherData = "<static or dynamic text>";

See also

Reference

LogToHistoryListActivity class

LogToHistoryListActivity members

Microsoft.SharePoint.WorkflowActions namespace