Share via


LogToHistoryListActivity.HistoryDescription property

Gets or sets the description of the workflow event.

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

Syntax

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

value = instance.HistoryDescription

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

Property value

Type: System.String
Text that describes the history of the list event.

Examples

LogToHistoryListActivity logWriter = (LogToHistoryListActivity)sender;logWriter.HistoryDescription = "<static or dynamic error string>";

See also

Reference

LogToHistoryListActivity class

LogToHistoryListActivity members

Microsoft.SharePoint.WorkflowActions namespace