List.IsApplicationList property

Gets or sets a value that specifies a flag that a client application can use to determine whether to display the list.

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

Syntax

'Declaration
Public Property IsApplicationList As Boolean
    Get
    Set
'Usage
Dim instance As List
Dim value As Boolean

value = instance.IsApplicationList

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

Property value

Type: System.Boolean
Returns Booleantrue if the list is displayed otherwise returns false. The default value is

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace