ProfileBase.SID method

Gets the profile's unique identifier.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function SID As Byte()
'Usage
Dim instance As ProfileBase
Dim returnValue As Byte()

returnValue = instance.SID()
public byte[] SID()

Return value

Type: []

See also

Reference

ProfileBase class

ProfileBase members

Microsoft.Office.Server.UserProfiles namespace