Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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