SPSiteSolutionDailyResourceUsageRecord.SampleCount Property
Number of samples for this resource for the specified day.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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