: WindowsAccessControlEntry (Constructor) (String, String, BdcRights) (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub New ( _
identityName As String, _
displayName As String, _
rights As BdcRights _
)
'Uso
Dim identityName As String
Dim displayName As String
Dim rights As BdcRights
Dim instance As New WindowsAccessControlEntry(identityName, displayName, rights)
public WindowsAccessControlEntry (
string identityName,
string displayName,
BdcRights rights
)
Parámetros
- identityName
The name of the identity, for example, domainA\\usernameB.
- displayName
The display name of the identity, for example, firstnameF lastnameL.
- rights
The rights for the identity.
Vea también
Referencia
WindowsAccessControlEntry (Clase)
WindowsAccessControlEntry (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Infrastructure (Espacio de nombres)