Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the aggregated usage records.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Property AggregatedRecord As SPSolutionResourceUsageRecord
Get
Set
'Usage
Dim value As SPSolutionResourceUsageRecord
value = Me.AggregatedRecord
Me.AggregatedRecord = value
protected SPSolutionResourceUsageRecord AggregatedRecord { get; set; }
Property value
Type: Microsoft.SharePoint.SPSolutionResourceUsageRecord
The aggregated usage records.
See also
Reference
SPSolutionResourceUsageAggregatorCount class