: CacheableWebPart.CachePerUser (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.Gets or sets a value indicating whether the Web Part cache is for all users or one user.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ResourcesAttribute("CacheableWebpart_Property_CachePerUser_Text", "", "")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(False)> _
Public Property CachePerUser As Boolean
'Uso
Dim instance As CacheableWebPart
Dim value As Boolean
value = instance.CachePerUser
instance.CachePerUser = value
[ResourcesAttribute("CacheableWebpart_Property_CachePerUser_Text", "", "")]
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(false)]
public bool CachePerUser { get; set; }
Valor de propiedad
true if the Web Part cache is per user; otherwise, false if the Web Part cache is for all users.
Vea también
Referencia
CacheableWebPart (Clase)
CacheableWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)