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