Compartilhar via


IndividualAccessControlEntry Constructor (String, BdcRights)

Initializes a new instance of the class using the specified name and access rights of the security principal.

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

Syntax

'Declaration
Public Sub New ( _
    identityName As String, _
    rights As BdcRights _
)
'Usage
Dim identityName As String
Dim rights As BdcRights

Dim instance As New IndividualAccessControlEntry(identityName, _
    rights)
public IndividualAccessControlEntry(
    string identityName,
    BdcRights rights
)

Parameters

  • identityName
    Type: System.String

    The name of the security principal.

See Also

Reference

IndividualAccessControlEntry Class

IndividualAccessControlEntry Members

IndividualAccessControlEntry Overload

Microsoft.Office.BusinessData.Infrastructure Namespace