WindowsAccessControlEntry Constructor (String)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
identityName As String _
)
'Usage
Dim identityName As String
Dim instance As New WindowsAccessControlEntry(identityName)
public WindowsAccessControlEntry(
string identityName
)
Parameters
- identityName
Type: System.String
The name of the identity, for example, domainA\\usernameB.
See Also
Reference
WindowsAccessControlEntry Class
WindowsAccessControlEntry Members
WindowsAccessControlEntry Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace