PrintWorkflowConfiguration.JobTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the job title for this print job.
public:
property Platform::String ^ JobTitle { Platform::String ^ get(); };
winrt::hstring JobTitle();
public string JobTitle { get; }
var string = printWorkflowConfiguration.jobTitle;
Public ReadOnly Property JobTitle As String
Property Value
The job title string.