_sWebMetadata.InheritedSecurity Field
A Boolean variable that specifies whether the site inherits security from the 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 _sWebMetadata
Dim value As Boolean
value = instance.InheritedSecurity
instance.InheritedSecurity = value
public bool InheritedSecurity
Remarks
True if the web inherits, false if sites within the site collection are individually configured.
See Also
Reference
Other Resources
Permission