SPThrottlingRule.Threshold property

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

See also

Reference

SPThrottlingRule class

SPThrottlingRule members

Microsoft.SharePoint.Administration namespace