SPList.RestrictedTemplateList property

Gets a Boolean value that indicates whether access to the template list is restricted.

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

Syntax

'Declaration
Public ReadOnly Property RestrictedTemplateList As Boolean
    Get
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.RestrictedTemplateList
public bool RestrictedTemplateList { get; }

Property value

Type: System.Boolean
true if access to the template list is restricted; otherwise, false.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace