_sList.InheritedSecurity Field
A Boolean variable that specifies whether this list inherits security from its parent site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public InheritedSecurity As Boolean
'Usage
Dim instance As _sList
Dim value As Boolean
value = instance.InheritedSecurity
instance.InheritedSecurity = value
public bool InheritedSecurity
Remarks
A true value indicates this list inherits security from its parent site, while false indicates that permissions of the list are individually configured.
See Also
Reference
Other Resources
How to: Add a Document Template, File Type, and Editing Application to a Site Definition