Activity.IsDynamicActivity 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 des informations sur l’exécution de l’activité dans la valeur par défaut ActivityExecutionContext de l’instance de workflow.
public:
property bool IsDynamicActivity { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDynamicActivity { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsDynamicActivity : bool
Public ReadOnly Property IsDynamicActivity As Boolean
Valeur de propriété
Retourne false si l’activité s’exécute dans la valeur par défaut ActivityExecutionContext de l’instance de flux de travail, sinon retourne true.
- Attributs