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.
Updates one or more properties on a specified Microsoft SharePoint Foundation 2010 list item.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WaitForDocumentUnlockActivity
Microsoft.SharePoint.WorkflowActions.WithKey.UpdateItemActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(UpdateItemActivityValidator))> _
<ToolboxBitmapAttribute(GetType(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
Public Class UpdateItemActivity _
Inherits WaitForDocumentUnlockActivity
'Usage
Dim instance As UpdateItemActivity
[ActivityValidatorAttribute(typeof(UpdateItemActivityValidator))]
[ToolboxBitmapAttribute(typeof(UpdateItemActivity), "Resources.UpdateItemActivity.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
public class UpdateItemActivity : WaitForDocumentUnlockActivity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.