SPSiteSolutionDailyResourceUsageRecord.SampleCount property
Number of samples for this resource for the specified day.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SampleCount As Integer
Get
Set
'Usage
Dim instance As SPSiteSolutionDailyResourceUsageRecord
Dim value As Integer
value = instance.SampleCount
instance.SampleCount = value
public int SampleCount { get; set; }
Property value
Type: System.Int32
A Int32 representation of the number of samples.
See also
Reference
SPSiteSolutionDailyResourceUsageRecord class