UserIdInfo.NameId 属性

从身份验证提供程序的角度的用户的名称。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public ReadOnly Property NameId As String
    Get
用法
Dim instance As UserIdInfo
Dim value As String

value = instance.NameId
public string NameId { get; }

属性值

类型:System.String
用户的名称。

备注

例如,它是 Office 365 组织 Id 身份验证 PUID,最好 SID for Windows 身份验证。

另请参阅

引用

UserIdInfo 类

UserIdInfo 成员

Microsoft.SharePoint.Client 命名空间