SPSiteSolutionDailyResourceUsageRecord.DaysAgo Property
The number of days since the last record tracking day.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DaysAgo As Integer
Get
Set
'Usage
Dim instance As SPSiteSolutionDailyResourceUsageRecord
Dim value As Integer
value = instance.DaysAgo
instance.DaysAgo = value
public int DaysAgo { get; set; }
Property Value
Type: System.Int32
A Int32 representation of the number of days since the last record tracking day.
See Also
Reference
SPSiteSolutionDailyResourceUsageRecord Class