Share via


IndividualAccessControlEntry.Rights Property

Gets the access rights of the security principal.

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

Syntax

'Declaration
Public ReadOnly Property Rights As BdcRights
    Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As BdcRights

value = instance.Rights
public BdcRights Rights { get; }

Property Value

Type: Microsoft.BusinessData.Infrastructure.BdcRights
The access rights of the security principal.

Implements

IAccessControlEntry.Rights

See Also

Reference

IndividualAccessControlEntry Class

IndividualAccessControlEntry Members

Microsoft.SharePoint.BusinessData.Infrastructure Namespace