SPSolutionResourceUsageRecord.EndTime-Eigenschaft
Ruft ab oder legt die Endzeit des Intervalls, in dem die SPSolutionResourceUsageRecord Informationen gespeichert werden.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EndTime As DateTime
Get
Set
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim value As DateTime
value = instance.EndTime
instance.EndTime = value
public DateTime EndTime { get; set; }
Eigenschaftswert
Typ: System.DateTime
Die Endzeit des Intervalls für die SPSolutionResourceUsageRecord.
Siehe auch
Referenz
SPSolutionResourceUsageRecord Klasse