SPRequestUsageEntry.HealthScore property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HealthScore As Nullable(Of Short)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Short)
value = instance.HealthScore
instance.HealthScore = value
public Nullable<short> HealthScore { get; set; }
Property value
Type: System.Nullable<Int16>