JobDesc Property
- Last UpdatedMar 17, 2026
- 1 minute read
The JobDesc property contains the description for the new job.
'Declaration
Public Property JobDesc As String
'Usage
Dim instance As JobFromStdOp
Dim value As String
instance.JobDesc = value
value = instance.JobDesc
public string JobDesc {get; set;}