AdControl.IsAutoRefreshEnabled 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 la rotation automatique des bannières publicitaires est activée.
public:
property bool IsAutoRefreshEnabled { bool get(); void set(bool value); };
bool IsAutoRefreshEnabled();
void IsAutoRefreshEnabled(bool value);
public bool IsAutoRefreshEnabled { get; set; }
var boolean = adControl.isAutoRefreshEnabled;
adControl.isAutoRefreshEnabled = boolean;
Public Property IsAutoRefreshEnabled As Boolean
Valeur de propriété
Boolean
bool
Définissez sur true pour activer la rotation automatique des bannières publicitaires ; sinon, false. La valeur par défaut est true.