CheckOutItemActivity.__Context Property

Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __Context As WorkflowContext
    Get
    Set
'Usage
Dim instance As CheckOutItemActivity
Dim value As WorkflowContext

value = instance.__Context

instance.__Context = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public WorkflowContext __Context { get; set; }

Property Value

Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
Returns WorkflowContext.

See Also

Reference

CheckOutItemActivity Class

CheckOutItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace