OrganizationProfile.HasChildren property
NOTE: This API is now obsolete.
Gets a Boolean value indicating whether this OrganizationProfile object has at least one child.
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 HasChildren As Boolean
Get
'Usage
Dim instance As OrganizationProfile
Dim value As Boolean
value = instance.HasChildren
[ObsoleteAttribute("This class is no longer supported.")]
public bool HasChildren { get; }
Property value
Type: System.Boolean