IndividualAccessControlEntry Constructor (String)
Initializes a new instance of the class using the specified security principal name.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
identityName As String _
)
'Usage
Dim identityName As String
Dim instance As New IndividualAccessControlEntry(identityName)
public IndividualAccessControlEntry(
string identityName
)
Parameters
identityName
Type: System.StringThe name of the security principal.
See Also
Reference
IndividualAccessControlEntry Class
IndividualAccessControlEntry Members