WorkflowInstanceUpdatedRecord.IsSuccessful Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l'enregistrement mis à jour de l'instance du workflow est réussi.
public:
property bool IsSuccessful { bool get(); };
public bool IsSuccessful { get; }
member this.IsSuccessful : bool
Public ReadOnly Property IsSuccessful As Boolean
Valeur de propriété
true si l'enregistrement mis à jour de l'instance de workflow a réussi ; sinon, false.