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 (Declaration) | |
---|
Public HasChildren As Boolean
|
C# | |
---|
public bool HasChildren
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also