CacheableWebPart.CachePerUser, propriété (Microsoft.SharePoint.Portal.WebControls)
Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.Gets or sets a value indicating whether the Web Part cache is for all users or one user.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<ResourcesAttribute("CacheableWebpart_Property_CachePerUser_Text", "", "")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(False)> _
Public Property CachePerUser As Boolean
'Utilisation
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; }
Valeur de la propriété
true if the Web Part cache is per user; otherwise, false if the Web Part cache is for all users.
Voir aussi
Référence
CacheableWebPart, classe
Membres CacheableWebPart
Microsoft.SharePoint.Portal.WebControls, espace de noms