SharePointPermissionAttribute.Unrestricted Property

Gets or sets a value indicating whether full (unrestricted) permission is declared to the resource protected by the attribute.

Namespace:  Microsoft.SharePoint.Security
Assembly:  Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)

Syntax

'Declaration
Public Property Unrestricted As Boolean
    Get
    Set
'Usage
Dim instance As SharePointPermissionAttribute
Dim value As Boolean

value = instance.Unrestricted

instance.Unrestricted = value
public bool Unrestricted { get; set; }

Property Value

Type: System.Boolean
true if full permission to the protected resource is declared; otherwise, false.

See Also

Reference

SharePointPermissionAttribute Class

SharePointPermissionAttribute Members

Microsoft.SharePoint.Security Namespace