AdControl.AutoRefreshIntervalInSeconds 属性

定义

获取或设置 AdControl 刷新当前显示的横幅广告的间隔(以秒为单位)。

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

属性值

System.Int32

AdControl 刷新当前显示的横幅广告的间隔(以秒为单位)。

注解

此属性应设置为等于或大于默认自动刷新值 60 秒的值。 如果此属性设置为小于 60 秒的值,将使用默认的自动刷新值。

适用于