FindValueActivity.__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.Required)> _
Public Property __Context As WorkflowContext
Get
Set
'Utilisation
Dim instance As FindValueActivity
Dim value As WorkflowContext
value = instance.__Context
instance.__Context = value
[ValidationOptionAttribute(ValidationOption.Required)]
public WorkflowContext __Context { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.WorkflowActions.WorkflowContext
Cette propriété renvoie WorkflowContext.
Voir aussi
Référence
Microsoft.SharePoint.WorkflowActions.WithKey - Espace de noms