'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("The name of the JAMS Server that this SubmitMenu should use when a Server isn't specified in the SubmitMenuRoot.")> Public Property ServerName As System.String
'Usage
Dim instance As SubmitMenu Dim value As System.String instance.ServerName = value value = instance.ServerName
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("The name of the JAMS Server that this SubmitMenu should use when a Server isn't specified in the SubmitMenuRoot.")] public System.string ServerName {get; set;}