Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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