Gets a value that specifies whether the list view is a personal view.
命名空间: Microsoft.SharePoint.Client
程序集: 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 PersonalView As Boolean
Get
用法
Dim instance As View
Dim value As Boolean
value = instance.PersonalView
public bool PersonalView { get; }
属性值
类型:System.Boolean
true if the list view is a personal view; otherwise, false
备注
If the value is false, the list view is a public view.