UserProfile.ID Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfile is obsolete; use class "Microsoft.Office.Server.UserProfile" instead")> _
Public ReadOnly Property ID As Guid
Get
'Usage
Dim instance As UserProfile
Dim value As Guid
value = instance.ID
[ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfile is obsolete; use class "Microsoft.Office.Server.UserProfile" instead")]
public Guid ID { get; }
Property Value
Type: System.Guid