Partager via


SPUserCodeWorkflowContext.StartedDateTime - Propriété

Obtient ou définit les date et heure UTC lorsque l'instance de workflow a été créé.

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

Syntaxe

'Déclaration
Public Property StartedDateTime As DateTime
    Get
    Set
'Utilisation
Dim instance As SPUserCodeWorkflowContext
Dim value As DateTime

value = instance.StartedDateTime

instance.StartedDateTime = value
public DateTime StartedDateTime { get; set; }

Valeur de propriété

Type : System.DateTime
Les date et heure UTC lorsque l'instance de workflow a été créé.

Voir aussi

Référence

SPUserCodeWorkflowContext classe

SPUserCodeWorkflowContext - Membres

Microsoft.SharePoint.UserCode - Espace de noms