Share via


WaitForDocumentStatusActivity.__Context Property

Gets or sets the workflow context that contains the properties that are associated with the active workflow instance.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property __Context As WorkflowContext
    Get
    Set
'Usage
Dim instance As WaitForDocumentStatusActivity
Dim value As WorkflowContext

value = instance.__Context

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

Property Value

Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
The workflow context that contains the properties that are associated with the active workflow instance.

See Also

Reference

WaitForDocumentStatusActivity Class

WaitForDocumentStatusActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace