OrganizationProfile.Parent property

NOTE: This API is now obsolete.

Gets or sets the parent of this organization.

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 Property Parent As ProfileBase
    Get
    Set
'Usage
Dim instance As OrganizationProfile
Dim value As ProfileBase

value = instance.Parent

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

Property value

Type: Microsoft.Office.Server.UserProfiles.ProfileBase

Remarks

Only a user with user profile manager permission can set this value.

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace