User.UserId - Propriété
Gets the information of the user that contains the user's name identifier and the issuer of the user's name identifier.
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 UserId As UserIdInfo
Get
'Utilisation
Dim instance As User
Dim value As UserIdInfo
value = instance.UserId
public UserIdInfo UserId { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.UserIdInfo
The information of the user that contains the user's name identifier and the issuer of the user's name identifier.
Remarques
This does a best effort to only expose name ID and the issuer of name ID of real users (that is, no groups or no share by link).