Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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