IndividualAccessControlEntry Class

Represents access for a user or a group of users.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Infrastructure.IndividualAccessControlEntry
    Microsoft.SharePoint.BusinessData.Infrastructure.WindowsAccessControlEntry

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class IndividualAccessControlEntry _
    Implements IAccessControlEntry
'Usage
Dim instance As IndividualAccessControlEntry
[SerializableAttribute]
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class IndividualAccessControlEntry : IAccessControlEntry

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IndividualAccessControlEntry Members

Microsoft.SharePoint.BusinessData.Infrastructure Namespace