Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether this list should be treated as a top level navigation object or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Property IsApplicationList As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.IsApplicationList
instance.IsApplicationList = value
[ClientCallablePropertyAttribute]
public bool IsApplicationList { get; set; }
Property Value
Type: System.Boolean
A Boolean value = true if the list is a top level navigation object.