JAMS Developer Guide
SubmitMenuRoot Constructor(MenuType,String,String,String)


MVPSI.JAMS Namespace > SubmitMenuRoot Class > SubmitMenuRoot Constructor : SubmitMenuRoot Constructor(MenuType,String,String,String)
The menu description.
The JAMS Server.
Constructs a new SubmitMenuRoot with the specified type, name, description and JAMS server.
Syntax
'Declaration
 
Public Function New( _
   ByVal menuType As MenuType, _
   ByVal menuName As System.String, _
   ByVal description As System.String, _
   ByVal serverName As System.String _
)
'Usage
 
Dim menuType As MenuType
Dim menuName As System.String
Dim description As System.String
Dim serverName As System.String
 
Dim instance As New SubmitMenuRoot(menuType, menuName, description, serverName)
public SubmitMenuRoot( 
   MenuType menuType,
   System.string menuName,
   System.string description,
   System.string serverName
)

Parameters

menuType
The menu type.
menuName
The name.
description
The menu description.
serverName
The JAMS Server.
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

Reference

SubmitMenuRoot Class
SubmitMenuRoot Members
Overload List