'Declaration
<System.ComponentModel.CategoryAttribute("JAMS")> <System.ComponentModel.DescriptionAttribute("JAMS SYM UserID")> Public Property JAMSSymUserID As System.String
'Usage
Dim instance As RunJobFile Dim value As System.String instance.JAMSSymUserID = value value = instance.JAMSSymUserID
[System.ComponentModel.Category("JAMS")] [System.ComponentModel.Description("JAMS SYM UserID")] public System.string JAMSSymUserID {get; set;}