AutoRefreshIntervalInSeconds | autoRefreshIntervalInSeconds property

AdControl.AutoRefreshIntervalInSeconds | autoRefreshIntervalInSeconds property

Gets or sets the interval at which the AdControl refreshes the currently displayed banner ad, in seconds.

Syntax


public:
property int AutoRefreshIntervalInSeconds { 
   int get();
   void set (int value);
}

Property value

Type: Number [JavaScript] | System.Int32 [.NET] | int32 [C++]

The interval at which the AdControl refreshes the currently displayed banner ad, in seconds.

Remarks

This property should be set to a value that is equal to or larger than the default auto-refresh value of 60 seconds. If this property is set to a value that is less than 60 seconds, the default auto-refresh value will be used.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1

Namespace

Microsoft.Advertising.WinRT.UI
Microsoft::Advertising::WinRT::UI [C++]

Metadata

Microsoft.Advertising.winmd

See also

AdControl

 

 

Show:
© 2017 Microsoft