SPServer.CacheHostApproachingThrottlingThresholdPercentage property
Gets or sets the approaching throttling threshold for a cache host in percentage.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CacheHostApproachingThrottlingThresholdPercentage As UInteger
Get
Set
'Usage
Dim instance As SPServer
Dim value As UInteger
value = instance.CacheHostApproachingThrottlingThresholdPercentage
instance.CacheHostApproachingThrottlingThresholdPercentage = value
public uint CacheHostApproachingThrottlingThresholdPercentage { get; set; }
Property value
Type: System.UInt32
The percentage of the approaching throttling threshold for a cache host.
Remarks
The value must be between 0 and 100.