View.Hidden property

Gets or sets a value that specifies whether the list view is hidden.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Hidden As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.Hidden

instance.Hidden = value
public bool Hidden { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if the list view is hidden otherwise returns false.

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace