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

See Also

Reference

OrganizationProfile Class

OrganizationProfile Members

Microsoft.Office.Server.UserProfiles Namespace