Gets an array of ServerVisualization.MenuItem objects specifying a submenu. These objects contain all data necessary to display the submenu. If the property's value is null, the item has no submenu.

Syntax

public MenuItem[] Items { get; }
Public ReadOnly Property Items() As MenuItem()

Limitations

Read only.