CacheableWebPart.CacheStorageType, 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 a value indicating whether the Web site can be personalized per user or is the same for all users.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CacheStorageType As Storage
'Utilisation
Dim instance As CacheableWebPart
Dim value As Storage
value = instance.CacheStorageType
[BrowsableAttribute(false)]
public Storage CacheStorageType { get; }
Valeur de la propriété
A Microsoft.SharePoint.WebPartPages.Storage indicating whether the Web site can be personalized per user or is the same for all users.
Remarques
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.
Voir aussi
Référence
CacheableWebPart, classe
Membres CacheableWebPart
Microsoft.SharePoint.Portal.WebControls, espace de noms