SPUser.RawSid property
取得使用者的系統識別碼以二進位格式。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RawSid As Byte()
Get
'用途
Dim instance As SPUser
Dim value As Byte()
value = instance.RawSid
public byte[] RawSid { get; }
Property value
Type: []
位元組陣列,包含使用者的系統識別碼。
備註
如果使用者帳戶不是 Microsoft Windows 帳戶, RawSid屬性會傳回a null reference (Nothing in Visual Basic) 。