SPSiteSolutionResourceUsageQuotaRecord.RecentInvocations Property
Number of invocations for this solution within the last daily aggregation interval.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property RecentInvocations As Integer
Get
'Usage
Dim instance As SPSiteSolutionResourceUsageQuotaRecord
Dim value As Integer
value = instance.RecentInvocations
public int RecentInvocations { get; }
Property Value
Type: System.Int32
A Int32 representation of the number of invocations..
See Also
Reference
SPSiteSolutionResourceUsageQuotaRecord Class