ProfileBase.ID property
Gets the GUID for this profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ID As Guid
Get
'Usage
Dim instance As ProfileBase
Dim value As Guid
value = instance.ID
public virtual Guid ID { get; }
Property value
Type: System.Guid