JobDesc Property
- Last UpdatedNov 06, 2025
- 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;}