Share via


_sWebMetadata.InheritedSecurity field

A Boolean variable that specifies whether the site inherits security from the parent site.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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

_sWebMetadata structure

_sWebMetadata members

WebSvcSiteData namespace

SPSite

SharePointPermission

Other resources

Permission