SPRoleAssignment.Member property

Gets the user or group for the role assignment.

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

Syntax

'Declaration
Public ReadOnly Property Member As SPPrincipal
    Get
'Usage
Dim instance As SPRoleAssignment
Dim value As SPPrincipal

value = instance.Member
public SPPrincipal Member { get; }

Property value

Type: Microsoft.SharePoint.SPPrincipal
An SPPrincipal object that represents the user or group.

See also

Reference

SPRoleAssignment class

SPRoleAssignment members

Microsoft.SharePoint namespace