Share via


PrintWorkflowConfiguration.JobTitle Property

Definition

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

String

Platform::String

winrt::hstring

The job title string.

Applies to