UpdateItemActivity.ItemProperties Property
Gets or sets the properties for the specified Microsoft SharePoint Foundation 2010 list 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 UpdateItemActivity
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.