Freigeben über


RedirectControl.SecondsBeforeRedirect-Eigenschaft

Eine Lese-Schreib-Eigenschaft zum Abrufen oder Festlegen der Anzahl der Sekunden, bevor die Umleitung zu einer anderen Webseite oder ein Dokument.

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; }

Eigenschaftswert

Typ: System.Int32
Eine Ganzzahl für die Anzahl der Sekunden, bevor Sie umgeleitet wird.

Hinweise

Der Standardwert beträgt 5 Sekunden.

Siehe auch

Referenz

RedirectControl Klasse

RedirectControl-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace