RedirectControl.SecondsBeforeRedirect property

A read/write property to get or set the number of seconds before redirection to another Web page or document.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property SecondsBeforeRedirect As Integer
    Get
    Set
'Usage
Dim instance As RedirectControl
Dim value As Integer

value = instance.SecondsBeforeRedirect

instance.SecondsBeforeRedirect = value
public int SecondsBeforeRedirect { get; set; }

Property value

Type: System.Int32
An integer representing the number of seconds before redirection occurs.

Remarks

The default value is 5 seconds.

See also

Reference

RedirectControl class

RedirectControl members

Microsoft.SharePoint.Publishing.WebControls namespace