SPPermissionCollection.Inherited - Propriété
Remarque : cette API est désormais obsolète.
Obtient une valeur booléenne qui spécifie si la collection est héritée de l'objet parent.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")> _
Public ReadOnly Property Inherited As Boolean
Get
'Utilisation
Dim instance As SPPermissionCollection
Dim value As Boolean
value = instance.Inherited
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public bool Inherited { get; }
Valeur de propriété
Type : System.Boolean
true si les autorisations sont héritées ; dans le cas contraire, false.