SPSolutionResourceUsageRecord.EndTime property
Gets or sets the end time of the time interval in which the SPSolutionResourceUsageRecord information is kept.
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; }
Property value
Type: System.DateTime
The end time of the time interval for the SPSolutionResourceUsageRecord.
See also
Reference
SPSolutionResourceUsageRecord class