AdControl.AutoRefreshIntervalInSeconds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
属性值
Int32
int
AdControl 刷新当前显示的横幅广告的间隔(以秒为单位)。
注解
此属性应设置为等于或大于默认自动刷新值 60 秒的值。 如果此属性设置为小于 60 秒的值,将使用默认的自动刷新值。