AdControl.IsAutoRefreshEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die automatische Rotation von Banneranzeigen aktiviert ist, oder legt diesen fest.

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

Eigenschaftswert

System.Boolean

Legen Sie auf true fest, um die automatische Rotation von Banneranzeigen zu aktivieren. andernfalls false. Der Standardwert ist true.

Gilt für: