_sWebMetadata.Permissions Field
Determines the permissions for web site.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public Permissions As String
'Usage
Dim instance As _sWebMetadata
Dim value As String
value = instance.Permissions
instance.Permissions = value
public string Permissions
Remarks
If the site has an external security provider, then the permissions for this site are in the access control list for the external site.
If the site does not have an external security provider, then its parent site is queried. This property specifies the absolute Url of its parent site if it inherits security from its parent site. If it does not inherit security, each site is individually configured from the xml.
See Also
Reference
HasUniqueRoleAssignments()