AdControl.IsSuspended 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.
public:
property bool IsSuspended { bool get(); };
bool IsSuspended();
public bool IsSuspended { get; }
var boolean = adControl.isSuspended;
Public ReadOnly Property IsSuspended As Boolean
Valeur de propriété
Boolean
bool
Retourne true si la méthode Suspend a été appelée et si la bannière publicitaire est dans un état suspendu ; retourne false si la bannière publicitaire s’affiche normalement.