Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the time interval between job execution, in seconds.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Interval As Integer
Get
Set
public int Interval { get; set; }
public:
property int Interval {
int get ();
void set (int value);
}
member Interval : int with get, set
function get Interval () : int
function set Interval (value : int)
Property Value
Type: System.Int32
The time interval between jobs, in seconds.
Remarks
If TimeZoneId represents a time zone that supports daylight savings, Interval must be a multiple of 24 hours (86400 seconds).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.