In This Topic
Gets or sets the name of the print job.
Syntax
'Declaration
Public Property JobName As String
'Usage
Dim instance As PrintInfo
Dim value As String
instance.JobName = value
value = instance.JobName
public string JobName {get; set;}
See Also