LimitedWebPartManager.Scope プロパティ
Gets a value that specifies the current personalization scope of the Web Part Page.
名前空間: Microsoft.SharePoint.Client.WebParts
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public ReadOnly Property Scope As PersonalizationScope
Get
'使用
Dim instance As LimitedWebPartManager
Dim value As PersonalizationScope
value = instance.Scope
public PersonalizationScope Scope { get; }
プロパティ値
型: Microsoft.SharePoint.Client.WebParts.PersonalizationScope
Returns a PersonalizationScope instance representing the current personalization scope of the Web Part Page.
注釈
Its value must be User if personalized data is loaded for the Web Parts on the Web Part Page, or Shared if common data for all users is loaded. Represents a file in a site that can be a Web Part Page, an item in a document library or a file in a folder.