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