'Declaration
<System.ComponentModel.CategoryAttribute("(Name)")> <System.ComponentModel.DescriptionAttribute("The name of the Job.")> <System.ComponentModel.DefaultValueAttribute()> Public Property JobName As System.String
'Usage
Dim instance As Job Dim value As System.String instance.JobName = value value = instance.JobName
[System.ComponentModel.Category("(Name)")] [System.ComponentModel.Description("The name of the Job.")] [System.ComponentModel.DefaultValue()] public System.string JobName {get; set;}