SlideshowSlideRefresh Property |
Gets or sets the duration that each slide will refresh its content in seconds.
A value of 0 means that the slide should never refresh its content.
Namespace:
Dundas.BI.Entities.Views.Slideshows
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public int SlideRefresh { get; set; }
Public Property SlideRefresh As Integer
Get
Set
public:
property int SlideRefresh {
int get ();
void set (int value);
}
member SlideRefresh : int with get, set
Property Value
Type:
Int32
The content refresh of the slide in seconds.
See Also