Share via


IndividualAccessControlEntry Constructor (String, BdcRights)

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public IndividualAccessControlEntry(
    string identityName,
    BdcRights rights
)

Parameters

  • identityName
    Type: System.String

    The name of the identity, for example, domainA\\usernameB.

See Also

Reference

IndividualAccessControlEntry Class

IndividualAccessControlEntry Members

IndividualAccessControlEntry Overload

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace