SPUser.GetBinaryId method
Returns the system ID of the user in binary format.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetBinaryId As Byte()
'Usage
Dim instance As SPUser
Dim returnValue As Byte()
returnValue = instance.GetBinaryId()
public byte[] GetBinaryId()
Return value
Type: []
A byte array that contains the system ID of the user.