PrintServer.RestartJobOnPoolEnabled 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 les utilisateurs peuvent reprendre des travaux après qu'une erreur s'est produite, si le pool d'imprimante est activé.
public:
property bool RestartJobOnPoolEnabled { bool get(); void set(bool value); };
public bool RestartJobOnPoolEnabled { get; set; }
member this.RestartJobOnPoolEnabled : bool with get, set
Public Property RestartJobOnPoolEnabled As Boolean
Valeur de propriété
true
si les travaux peuvent être redémarrés lorsque le pool d'imprimante est activé ; sinon, false
.
Remarques
Un programme appelant doit disposer d’autorisations administratives pour définir cette valeur.