CreateListItem.CreatedListItemProperties property

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

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

Syntax

'Declaration
Public Property CreatedListItemProperties As OutArgument(Of DynamicValue)
    Get
    Set
'Usage
Dim instance As CreateListItem
Dim value As OutArgument(Of DynamicValue)

value = instance.CreatedListItemProperties

instance.CreatedListItemProperties = value
public OutArgument<DynamicValue> CreatedListItemProperties { get; set; }

Property value

Type: System.Activities.OutArgument<DynamicValue>

See also

Reference

CreateListItem class

CreateListItem members

Microsoft.SharePoint.WorkflowServices.Activities namespace