共用方式為


Storage enumeration

指定為WebPartStorageAttribute類別的值。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Enumeration Storage
'用途
Dim instance As Storage
public enum Storage

Members

Member name Description
None 將不會儲存屬性。
Personal 屬性會儲存每一使用者為基礎。
Shared 屬性將會為所有使用者相同的值一起儲存。通常只有系統管理員可以設定此屬性。

請參閱

參照

Microsoft.SharePoint.WebPartPages namespace