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)
Available in Sandboxed Solutions: No
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