SPList.IsApplicationList - Propriété
Indicates whether this list should be treated as a top level navigation object or not.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IsApplicationList As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.IsApplicationList
instance.IsApplicationList = value
public bool IsApplicationList { get; set; }
Valeur de propriété
Type : System.Boolean
A Boolean value = true if the list is a top level navigation object.