Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies if the current Server ribbon node has child nodes.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property HasChildNodes As Boolean
Get
'Usage
Dim instance As DataNode
Dim value As Boolean
value = instance.HasChildNodes
public bool HasChildNodes { get; }
Property Value
Type: System.Boolean
true if the current Server ribbon node has child nodes; otherwise, false.