CollectDataTask.__Context - Propriété
Obtient ou définit le contexte de flux de travail qui contient des propriétés qui sont associées à l'instance de workflow active.
Espace de noms : Microsoft.SharePoint.WorkflowActions.WithKey
Assembly : Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property __Context As WorkflowContext
Get
Set
'Utilisation
Dim instance As CollectDataTask
Dim value As WorkflowContext
value = instance.__Context
instance.__Context = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Required)]
public WorkflowContext __Context { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.WorkflowActions.WorkflowContext
Contexte du flux de travail.
Voir aussi
Référence
Microsoft.SharePoint.WorkflowActions.WithKey - Espace de noms