WindowsAccessControlEntry Constructor (String, BdcRights)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 identity, for example, domainA\\usernameB.
- rights
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.BdcRights
The rights for the identity.
See Also
Reference
WindowsAccessControlEntry Class
WindowsAccessControlEntry Members
WindowsAccessControlEntry Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace