Share via


CreateItemActivity.ItemProperties Property

A hashtable collection of properties to be added to the newly created item.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property ItemProperties As Hashtable
    Get
    Set
'Usage
Dim instance As CreateItemActivity
Dim value As Hashtable

value = instance.ItemProperties

instance.ItemProperties = value
[ValidationOptionAttribute(ValidationOption.Required)]
public Hashtable ItemProperties { get; set; }

Property Value

Type: System.Collections.Hashtable
Returns Hashtable.

See Also

Reference

CreateItemActivity Class

CreateItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace