次の方法で共有


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 秒未満の値に設定されている場合は、既定の自動更新値が使用されます。

適用対象