Compartir a través de


de la propiedad SPServer.CacheHostApproachingThrottlingThresholdPercentage

Obtiene o establece el umbral de limitación próxima para un host de caché en porcentaje.

Espacio de nombres:  Microsoft.SharePoint.Administration
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property CacheHostApproachingThrottlingThresholdPercentage As UInteger
    Get
    Set
'Uso
Dim instance As SPServer
Dim value As UInteger

value = instance.CacheHostApproachingThrottlingThresholdPercentage

instance.CacheHostApproachingThrottlingThresholdPercentage = value
public uint CacheHostApproachingThrottlingThresholdPercentage { get; set; }

Valor de propiedad

Tipo: System.UInt32
El porcentaje del próxima umbral de limitación para un host de caché.

Comentarios

El valor debe ser entre 0 y 100.

Vea también

Referencia

clase SPServer

Miembros SPServer

Espacio de nombres Microsoft.SharePoint.Administration