SPSolutionResourceUsageRecord.SampleCount property
Gets or sets the number of the samples for the resource tracked by SPSolutionResourceUsageRecord.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SampleCount As Integer
Get
Set
'Usage
Dim instance As SPSolutionResourceUsageRecord
Dim value As Integer
value = instance.SampleCount
instance.SampleCount = value
public int SampleCount { get; set; }
Property value
Type: System.Int32
The number of the samples for the resource tracked by SPSolutionResourceUsageRecord.
See also
Reference
SPSolutionResourceUsageRecord class