Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the system ID of the user in binary format.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Function GetBinaryId As Byte()
'Usage
Dim instance As SPUser
Dim returnValue As Byte()
returnValue = instance.GetBinaryId()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public byte[] GetBinaryId()
Return Value
Type: []
A byte array that contains the system ID of the user.