RoleAssignment.Member Property
Gets the user or group corresponding to the Role Assignment.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Member As Principal
Get
'Usage
Dim instance As RoleAssignment
Dim value As Principal
value = instance.Member
[RemoteAttribute]
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.