AdControl.IsAutoRefreshEnabled Property

Definition

Gets or sets a value that indicates whether automatic rotation of banner ads is enabled.

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

Property Value

System.Boolean

Set to true to enable the automatic rotation of banner ads; otherwise, false. The default is true.

Applies to