WindowsAccessControlEntry Constructor (String, String, BdcRights)
Initializes a new instance of the class using the specified name, display 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, _
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)
public WindowsAccessControlEntry(
string identityName,
string displayName,
BdcRights rights
)
Parameters
identityName
Type: System.StringThe name of the security principal.
displayName
Type: System.StringThe display name of the security principal.
rights
Type: Microsoft.BusinessData.Infrastructure.BdcRightsThe access rights of the security principal.
See Also
Reference
WindowsAccessControlEntry Class
WindowsAccessControlEntry Members