RoleAssignment.Member - Propriété
Gets the user or group corresponding to the Role Assignment.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Member As Principal
Get
'Utilisation
Dim instance As RoleAssignment
Dim value As Principal
value = instance.Member
public Principal Member { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Principal
A Principal object that represents the user or group.
Remarques
It must not be une référence Null (Rien dans Visual Basic). The identifier of the user or group must be greater than zero.