RoleAssignment.Member property
Gets the user or group corresponding to the Role Assignment.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Member As Principal
Get
'Usage
Dim instance As RoleAssignment
Dim value As Principal
value = instance.Member
public Principal Member { get; }
Property value
Type: Microsoft.SharePoint.Client.Principal
A Principal object that represents the user or group.
Remarks
It must not be a null reference (Nothing in Visual Basic). The identifier of the user or group must be greater than zero.