SPPermissionCollection.Inherited property

NOTE: This API is now obsolete.

Gets a Boolean value that specifies whether the collection is inherited from the parent object.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")> _
Public ReadOnly Property Inherited As Boolean
    Get
'Usage
Dim instance As SPPermissionCollection
Dim value As Boolean

value = instance.Inherited
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public bool Inherited { get; }

Property value

Type: System.Boolean
true if the permissions are inherited; otherwise, false.

See also

Reference

SPPermissionCollection class

SPPermissionCollection members

Microsoft.SharePoint namespace