ResourceGroupHasChildren Property |
Gets a value indicating whether this group has children.
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean
Get
public:
property bool HasChildren {
bool get ();
}
member HasChildren : bool with get
Property Value
Type:
Booleantrue if the group has children; otherwise,
false.
See Also