Share via


WindowsAccessControlEntry constructor (String, BdcRights)

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

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 WindowsAccessControlEntry(identityName, _
    rights)
public WindowsAccessControlEntry(
    string identityName,
    BdcRights rights
)

Parameters

  • identityName
    Type: System.String

    The name of the security principal.

See also

Reference

WindowsAccessControlEntry class

WindowsAccessControlEntry members

WindowsAccessControlEntry overload

Microsoft.SharePoint.BusinessData.Infrastructure namespace