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.
The SPHealth threshold to throttle at. Any machine with health greater or equal to this will be removed
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Threshold As Integer
Get
Set
'Usage
Dim instance As SPThrottlingRule
Dim value As Integer
value = instance.Threshold
instance.Threshold = value
public int Threshold { get; set; }
Property value
Type: System.Int32