Compartir a través de


: CacheableWebPart.CacheStorageType (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.Gets a value indicating whether the Web site can be personalized per user or is the same for all users.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property CacheStorageType As Storage
'Uso
Dim instance As CacheableWebPart
Dim value As Storage

value = instance.CacheStorageType
[BrowsableAttribute(false)] 
public Storage CacheStorageType { get; }

Valor de propiedad

A Microsoft.SharePoint.WebPartPages.Storage indicating whether the Web site can be personalized per user or is the same for all users.

Comentarios

If the CacheStorageType property does not indicate that the Web site can be personalized per user, all users can see the information that is cached, if you do not override the property and use it to display sensitive information.

Vea también

Referencia

CacheableWebPart (Clase)
CacheableWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)