SPWorkflowEventProperties.InitiationData - Propriété

Obtient ou définit les données de lancement de l'instance de workflow qui a déclenché l'événement.

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

Syntaxe

'Déclaration
Public Property InitiationData As String
    Get
    Set
'Utilisation
Dim instance As SPWorkflowEventProperties
Dim value As String

value = instance.InitiationData

instance.InitiationData = value
public string InitiationData { get; set; }

Valeur de propriété

Type : System.String
Les données de lancement de l'instance de workflow qui a déclenché l'événement.

Voir aussi

Référence

SPWorkflowEventProperties classe

SPWorkflowEventProperties - Membres

Microsoft.SharePoint.Workflow - Espace de noms