PersonProperties.CanonicalId property

Gets the user's canonical ID.

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

Syntax

'Declaration
Public ReadOnly Property CanonicalId As String
    Get
'Usage
Dim instance As PersonProperties
Dim value As String

value = instance.CanonicalId
public string CanonicalId { get; }

Property value

Type: System.String
The user's canonical ID.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.Office.Server.UserProfiles namespace