AccessControlEntryStruct constructor
Initializes a new instance of the structure.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
principalName As String, _
principalDisplayName As String, _
principalBinaryForm As Byte(), _
rights As ULong _
)
'Usage
Dim principalName As String
Dim principalDisplayName As String
Dim principalBinaryForm As Byte()
Dim rights As ULong
Dim instance As New AccessControlEntryStruct(principalName, _
principalDisplayName, principalBinaryForm, _
rights)
public AccessControlEntryStruct(
string principalName,
string principalDisplayName,
byte[] principalBinaryForm,
ulong rights
)
Parameters
principalName
Type: System.StringA display name.
principalDisplayName
Type: System.StringA well-formatted name.
principalBinaryForm
Type: []An array that represents the encoded form.
rights
Type: System.UInt64The access rights.
See also
Reference
AccessControlEntryStruct class