CheckOutItemActivity Class
Checks out a specified list item.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WithKey.CheckOutItemActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(CheckOutItemActivity), "Resources.CheckOutItemActivity.bmp")> _
<ActivityValidatorAttribute(GetType(CheckOutItemActivityValidator))> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
Public Class CheckOutItemActivity _
Inherits Activity
'Usage
Dim instance As CheckOutItemActivity
[ToolboxBitmapAttribute(typeof(CheckOutItemActivity), "Resources.CheckOutItemActivity.bmp")]
[ActivityValidatorAttribute(typeof(CheckOutItemActivityValidator))]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
public class CheckOutItemActivity : Activity
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.