Gets the member ID for the user.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property ID As Integer
Get
用法
Dim instance As SPUser
Dim value As Integer
value = instance.ID
public override int ID { get; }
属性值
类型:System.Int32
A 32-bit integer that specifies the member ID.
备注
The value of the ID property corresponds to the unique member ID for the user, which is contained in the ID property of the SPMember class.