SPRoleAssignment constructor (SPPrincipal)

Initializes a new instance of the SPRoleAssignment class that has no role definition bindings for the specified user or group.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    principal As SPPrincipal _
)
'Usage
Dim principal As SPPrincipal

Dim instance As New SPRoleAssignment(principal)
public SPRoleAssignment(
    SPPrincipal principal
)

Parameters

See also

Reference

SPRoleAssignment class

SPRoleAssignment members

SPRoleAssignment overload

Microsoft.SharePoint namespace