AdControl.IsAutoRefreshEnabled Propriété

Définition

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é

System.Boolean

Définissez sur true pour activer la rotation automatique des bannières publicitaires ; sinon, false. La valeur par défaut est true.

S’applique à