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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsApplicationList As Boolean
    Get
    Set
'Usage
Dim instance As List
Dim value As Boolean

value = instance.IsApplicationList

instance.IsApplicationList = value
[RemoteAttribute]
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