UserIdInfo.NameId property
The user's name from the perspective of the authentication provider.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property NameId As String
Get
'Usage
Dim instance As UserIdInfo
Dim value As String
value = instance.NameId
public string NameId { get; }
Property value
Type: System.String
The user’s name.
Remarks
For example, it is a PUID for Office 365 Org-Id authentication and it is an SID for Windows authentication.