View.DefaultView property
Gets or sets a value that specifies whether the list view is the default list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DefaultView As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.DefaultView
instance.DefaultView = value
public bool DefaultView { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue if the list view is the default list view otherwise returns false.