CheckInItemActivity.__Context - Propriété

Obtient ou définit le [WorkflowContext] à partir de laquelle la propriété __ContextProperty peut exposer des informations sur l'instance de workflow active au runtime de workflow.

Espace de noms :  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly :  Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)

Syntaxe

'Déclaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property __Context As WorkflowContext
    Get
    Set
'Utilisation
Dim instance As CheckInItemActivity
Dim value As WorkflowContext

value = instance.__Context

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

Valeur de propriété

Type : Microsoft.SharePoint.WorkflowActions.WorkflowContext
Cette propriété renvoie WorkflowContext.

Voir aussi

Référence

CheckInItemActivity classe

CheckInItemActivity - Membres

Microsoft.SharePoint.WorkflowActions.WithKey - Espace de noms