OrganizationProfile.ID property

NOTE: This API is now obsolete.

Gets the GUID that uniquely identifies this OrganizationProfile object.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides ReadOnly Property ID As Guid
    Get
'Usage
Dim instance As OrganizationProfile
Dim value As Guid

value = instance.ID
[ObsoleteAttribute("This class is no longer supported.")]
public override Guid ID { get; }

Property value

Type: System.Guid

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace