Share via


OrganizationProfileManager.RootOrganization property

NOTE: This API is now obsolete.

Returns the root organization of the current server or service context.

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 ReadOnly Property RootOrganization As OrganizationProfile
    Get
'Usage
Dim instance As OrganizationProfileManager
Dim value As OrganizationProfile

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

Property value

Type: Microsoft.Office.Server.UserProfiles.OrganizationProfile

See also

Reference

OrganizationProfileManager class

OrganizationProfileManager members

Microsoft.Office.Server.UserProfiles namespace