CreateListItem.ListItemProperties property

Gets or sets a hash table of properties and values that are written to the item this activity creates.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
<OverloadGroupAttribute("Dictionary")> _
Public Property ListItemProperties As InArgument(Of IDictionary(Of String, Object))
    Get
    Set
'Usage
Dim instance As CreateListItem
Dim value As InArgument(Of IDictionary(Of String, Object))

value = instance.ListItemProperties

instance.ListItemProperties = value
[RequiredArgumentAttribute]
[OverloadGroupAttribute("Dictionary")]
public InArgument<IDictionary<string, Object>> ListItemProperties { get; set; }

Property value

Type: System.Activities.InArgument<IDictionary<String, Object>>

See also

Reference

CreateListItem class

CreateListItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace