View.PersonalView property
Gets a value that specifies whether the list view is a personal view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalView As Boolean
Get
'Usage
Dim instance As View
Dim value As Boolean
value = instance.PersonalView
public bool PersonalView { get; }
Property value
Type: System.Boolean
true if the list view is a personal view; otherwise, false
Remarks
If the value is false, the list view is a public view.