'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DescriptionAttribute("Name of the JAMS server to connect to")> 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.DefaultValue()] [System.ComponentModel.Description("Name of the JAMS server to connect to")] public System.string ServerName {get; set;}