OrganizationProfile.HasChildren Property
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
Public ReadOnly Property HasChildren As Boolean
Get
'Usage
Dim instance As OrganizationProfile
Dim value As Boolean
value = instance.HasChildren
public bool HasChildren { get; }
Property Value
Type: System.Boolean