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