SPList.IsApplicationList-Eigenschaft

Gibt an, ob diese Liste als Objekt obersten Navigationsebene behandelt werden soll.

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

Syntax

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

value = instance.IsApplicationList

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

Eigenschaftswert

Typ: System.Boolean
Ein Wert von Boolean = True, wenn die Liste einen obersten Navigationsebene-Objekt ist.

Siehe auch

Referenz

SPList Klasse

SPList-Member

Microsoft.SharePoint-Namespace