共用方式為


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 秒的值,則會使用預設的自動重新整理值。

適用於