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