AdControl.AutoRefreshIntervalInSeconds Property

Definition

Gets or sets the interval at which the AdControl refreshes the currently displayed banner ad, in seconds.

public:
 property int AutoRefreshIntervalInSeconds { int get(); void set(int value); };
int AutoRefreshIntervalInSeconds();

void AutoRefreshIntervalInSeconds(int value);
public int AutoRefreshIntervalInSeconds { get; set; }
var int32 = adControl.autoRefreshIntervalInSeconds;
adControl.autoRefreshIntervalInSeconds = int32;
Public Property AutoRefreshIntervalInSeconds As Integer

Property Value

System.Int32

The interval at which the AdControl refreshes the currently displayed banner ad, in seconds.

Remarks

This property should be set to a value that is equal to or larger than the default auto-refresh value of 60 seconds. If this property is set to a value that is less than 60 seconds, the default auto-refresh value will be used.

Applies to