Share via


Propiedad de DataCacheSecurity.ProtectionLevel

Objeto ProtectionLevel definido para el objeto DataCacheSecurity.

Espacio de nombres: Microsoft.ApplicationServer.Caching
Ensamblado: Microsoft.ApplicationServer.Caching.Core (en microsoft.applicationserver.caching.core.dll)

Uso

Sintaxis

'Declaración
Public ReadOnly Property ProtectionLevel As DataCacheProtectionLevel
public DataCacheProtectionLevel ProtectionLevel { get; }
public:
property DataCacheProtectionLevel ProtectionLevel {
    DataCacheProtectionLevel get ();
}
/** @property */
public DataCacheProtectionLevel get_ProtectionLevel ()
public function get ProtectionLevel () : DataCacheProtectionLevel

Valor de propiedad

Devuelve el objeto DataCacheProtectionLevel definido para el objeto DataCacheSecurity.

Seguridad para subprocesos

Todos los miembros públicos y estáticos (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Visual Studio 2010 y posterior, .NET Framework 4

Plataformas de destino

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

Vea también

Referencia

Clase de DataCacheSecurity
Miembros de DataCacheSecurity
Espacio de nombres de Microsoft.ApplicationServer.Caching