ConnectedServiceHandlerExportAttribute.IsAbortSupported 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 indiquant s’il faut prendre en charge le bouton Abandonner dans la boîte de dialogue Progression. La valeur par défaut est false.
public:
property bool IsAbortSupported { bool get(); void set(bool value); };
public bool IsAbortSupported { get; set; }
member this.IsAbortSupported : bool with get, set
Public Property IsAbortSupported As Boolean