Share via


XsltListFormWebPart.AutoRefreshInterval property

Gets or sets the asynchronous time interval between refreshes of the XsltListFormWebPart.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
Public Overrides Property AutoRefreshInterval As Integer
    Get
    Set
'Usage
Dim instance As XsltListFormWebPart
Dim value As Integer

value = instance.AutoRefreshInterval

instance.AutoRefreshInterval = value
[WebBrowsableAttribute(false)]
public override int AutoRefreshInterval { get; set; }

Property value

Type: System.Int32
The number of seconds that represents the asynchronous time interval.

See also

Reference

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace