Gets the system ID of the user in binary format.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property RawSid As Byte()
Get
用法
Dim instance As SPUser
Dim value As Byte()
value = instance.RawSid
public byte[] RawSid { get; }
属性值
类型:[]
A byte array that contains the system ID of the user.
备注
The RawSid property returns 空引用(无 在 Visual Basic 中) if the user account is not a Microsoft Windows account.