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)
Available in Sandboxed Solutions: No
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.