XMLDA.NET Reference
HasChildren Property
See Also  Send Feedback
xmldanet.xmlda Namespace > BrowseElement Class : HasChildren Property

Glossary Item Box

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
C# 
[XmlAttributeAttribute()]
public bool HasChildren {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.