SPList.IsPrivate - Propriété
Gets a Boolean value that indicates whether the document library is a private list with restricted permissions, such as for Solutions.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsPrivate As Boolean
Get
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.IsPrivate
public bool IsPrivate { get; }
Valeur de propriété
Type : System.Boolean
True if the document library is a private list; otherwise, false.