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.
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>