SPSolutionResourceUsageRecord.StartTime property
Gets or sets the start 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 StartTime As DateTime
Get
Set
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim value As DateTime
value = instance.StartTime
instance.StartTime = value
public DateTime StartTime { get; set; }
Property value
Type: System.DateTime
The start time of the time interval for the SPSolutionResourceUsageRecord.
See also
Reference
SPSolutionResourceUsageRecord class