'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> Public Property JobName As System.String
'Usage
Dim instance As QueryInfo Dim value As System.String instance.JobName = value value = instance.JobName
[System.ComponentModel.DefaultValue()] [System.ComponentModel.NotifyParentProperty(true)] public System.string JobName {get; set;}