User.UserId 属性
Gets the information of the user that contains the user's name identifier and the issuer of the user's name identifier.
命名空间: 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 UserId As UserIdInfo
Get
用法
Dim instance As User
Dim value As UserIdInfo
value = instance.UserId
public UserIdInfo UserId { get; }
属性值
类型: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.
备注
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).