SPUser.GetBinaryId method
以二進位格式傳回使用者的系統識別碼。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetBinaryId As Byte()
'用途
Dim instance As SPUser
Dim returnValue As Byte()
returnValue = instance.GetBinaryId()
public byte[] GetBinaryId()
傳回值
Type: []
位元組陣列,包含使用者的系統識別碼。