Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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