SPList.FirstUniqueAncestorSecurableObject - Propriété
Gets the object where role assignments for this list are defined.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property FirstUniqueAncestorSecurableObject As SPSecurableObject
Get
'Utilisation
Dim instance As SPList
Dim value As SPSecurableObject
value = instance.FirstUniqueAncestorSecurableObject
public override SPSecurableObject FirstUniqueAncestorSecurableObject { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPSecurableObject
The object where role assignments for this list are defined.
Remarques
If the value of the HasUniqueRoleAssignments property is true, the list has unique role assignments and this property returns the list itself.