AdControl.AutoRefreshIntervalInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Int32
int
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.