Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.