WindowsAccessControlEntry Constructor (String, 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, _
displayName As String, _
rights As BdcRights _
)
'Usage
Dim identityName As String
Dim displayName As String
Dim rights As BdcRights
Dim instance As New WindowsAccessControlEntry(identityName, _
displayName, rights)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public WindowsAccessControlEntry(
string identityName,
string displayName,
BdcRights rights
)
Parameters
identityName
Type: System.StringThe name of the identity, for example, domainA\\usernameB.
displayName
Type: System.StringThe display name of the identity, for example, firstnameF lastnameL.
rights
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.BdcRightsThe rights for the identity.
See Also
Reference
WindowsAccessControlEntry Class
WindowsAccessControlEntry Members
WindowsAccessControlEntry Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace