SPUser.ID property
取得使用者的成員識別碼。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property ID As Integer
Get
'用途
Dim instance As SPUser
Dim value As Integer
value = instance.ID
public override int ID { get; }
Property value
Type: System.Int32
32 位元的整數,指定成員 id。
備註
ID屬性的值對應到使用者,在SPMember類別的ID屬性中所包含的唯一成員識別碼。