SPSolutionResourceUsageAggregatorCount.AggregatedRecord property
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