SPView.PersonalView Property

Gets a Boolean value that indicates whether the view is personalized.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property PersonalView As Boolean
    Get
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.PersonalView
[ClientCallableAttribute]
public bool PersonalView { get; }

Property Value

Type: System.Boolean
true if the view is personalized; otherwise, false.

Remarks

After a view is created as either a personal view or a public view through the user interface, it cannot be changed.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace