Gets the information of the user that contains the user's name identifier and the issuer of the user's name identifier.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property UserId As SPUserIdInfo
Get
用法
Dim instance As SPUser
Dim value As SPUserIdInfo
value = instance.UserId
public SPUserIdInfo UserId { get; }
属性值
类型:Microsoft.SharePoint.SPUserIdInfo
The information of the user that contains the user's name identifier and the issuer of the user's name identifier.
备注
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).