SingleSignonPermissionAttribute.Unrestricted Property

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

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

Syntax

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

value = instance.Unrestricted

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

Property Value

Type: System.Boolean
Boolean true if the SingleSignonPermissionAttribute object has Administer permission; false if the SingleSignonPermissionAttribute object has Minimalpermission.

See Also

Reference

SingleSignonPermissionAttribute Class

SingleSignonPermissionAttribute Members

Microsoft.SharePoint.Portal.SingleSignon.Security Namespace