_sListMetadata.Permissions Field
A string representing the permissions to the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public Permissions As String
'Usage
Dim instance As _sListMetadata
Dim value As String
value = instance.Permissions
instance.Permissions = value
public string Permissions
Remarks
If the current user has no rights to read permissions, or if the InheritedSecurity property has a value of true, then this Permissions field is empty. Otherwise, when the list has individually configured permissions, then this Permissions field contains well-formed XML described in ListPermissions.
See Also
Reference
Other Resources
Checking for Well-Formed and Valid XML