次の方法で共有


CacheableWebPart.CacheStorageType プロパティ (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。ユーザーごとに個人用設定できる Web サイトを配信するのか、全ユーザーに同じ Web サイトを配信するのかを示す値を取得します。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property CacheStorageType As Storage
'使用
Dim instance As CacheableWebPart
Dim value As Storage

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

プロパティ値

ユーザーごとに個人用設定できる Web サイトを配信するのか、全ユーザーに同じ Web サイトを配信するのかを示すMicrosoft.SharePoint.WebPartPages.Storage

備考

CacheStorageTypeプロパティで、ユーザーごとに個人用設定できる Web サイトが示されていない場合、このプロパティをオーバーライドせずに秘匿性の高い情報の表示に使用すると、キャッシュされている情報がすべてのユーザーから参照されてしまいます。

関連項目

参照

CacheableWebPart クラス
CacheableWebPart メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間