'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the name of the job to be submitted")> <System.ComponentModel.CategoryAttribute("JAMS")> <System.ComponentModel.BrowsableAttribute(False)> Public Property JobName As System.String
'Usage
Dim instance As SubmitEntry Dim value As System.String instance.JobName = value value = instance.JobName
[System.ComponentModel.Description("Specifies the name of the job to be submitted")] [System.ComponentModel.Category("JAMS")] [System.ComponentModel.Browsable(false)] public System.string JobName {get; set;}