SPTimerJobUsageEntry.Duration-Eigenschaft
Ruft oder Sätze und Ganzzahlwert, der die Zeitdauer in Millisekunden, die für den Zeitgeberauftrag auszuführende dauert darstellt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Duration As Long
Get
Set
'Usage
Dim instance As SPTimerJobUsageEntry
Dim value As Long
value = instance.Duration
instance.Duration = value
public long Duration { get; set; }
Eigenschaftswert
Typ: System.Int64
Gibt einen Int64 -Wert, die Millisekunden darstellen.