Compartir a través de


AdControl.IsAutoRefreshEnabled Propiedad

Definición

Obtiene o establece un valor que indica si está habilitada la rotación automática de anuncios de banner.

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

Valor de propiedad

Boolean

bool

Establézcalo en true para habilitar la rotación automática de anuncios de banner; de lo contrario, false. El valor predeterminado es true.

Se aplica a