Gets or sets the name of the menu or the SystemName (depending on the MenuType). When the MenuType is Menu, this name is required. When the MenyType is System, is this name is empty the generated submit menu will contain all JAMS Systems which expand into their Jobs and Setups.
Syntax
'Declaration
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Name of a JAMS menu or JAMS SystemName. An Empty string will produce the default system menu.")>
Public Property MenuName As System.String
'Usage
Dim instance As SubmitMenu
Dim value As System.String
instance.MenuName = value
value = instance.MenuName
[System.ComponentModel.Category("Data")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Description("Name of a JAMS menu or JAMS SystemName. An Empty string will produce the default system menu.")]
public System.string MenuName {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also