CompileWorkflowTask.DelaySign 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 ou définit une valeur qui indique si l'assembly de workflow sera à signature différée.
public:
property bool DelaySign { bool get(); void set(bool value); };
public bool DelaySign { get; set; }
member this.DelaySign : bool with get, set
Public Property DelaySign As Boolean
Valeur de propriété
true
si l'assembly est à signature différée ; sinon false
.