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)
Available in Sandboxed Solutions: No
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