PictureLibrarySlideshowWebPart.Speed property

Gets or sets the interval time, in seconds, between the display of subsequent pictures.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.User)> _
Public Property Speed As Integer
    Get
    Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As Integer

value = instance.Speed

instance.Speed = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.User)]
public int Speed { get; set; }

Property value

Type: System.Int32
The interval time, in seconds, between the display of subsequent pictures.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

Microsoft.SharePoint.WebPartPages namespace