If HasChidren is set, then this indicates that the returned element has children and can be used for a subsequent browse. If it is too time consuming for a server to determine if an element has children, then this value should be set TRUE so that the the client is given the opportunity to attempt to browse for potential children.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BrowseElement
Dim value As Boolean
instance.HasChildren = value
value = instance.HasChildren |
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also