SPList.RestrictedTemplateList - Propriété
Gets a Boolean value that indicates whether access to the template list is restricted.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RestrictedTemplateList As Boolean
Get
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.RestrictedTemplateList
public bool RestrictedTemplateList { get; }
Valeur de propriété
Type : System.Boolean
true if access to the template list is restricted; otherwise, false.