UserProfile.ID Property
Gets the GUID of the user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ID As Guid
Get
'Usage
Dim instance As UserProfile
Dim value As Guid
value = instance.ID
public Guid ID { get; }
Property Value
Type: System.Guid
System.Guid. The GUID of the user profile.