Gets or sets the optional job name.
public string JobName {get; set;}
'Declaration
Public Property JobName As String
'Usage
Dim instance As OcrAutoRecognizeJobData
Dim value As String
instance.JobName = value
value = instance.JobName
public string JobName {get; set;}
get_JobName();
set_JobName(value);
Object.defineProperty('JobName');
public:
property String^ JobName {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that contains the optional job name. If tracing is enabled with
IOcrAutoRecognizeManager.EnableTrace, then the engine will use this value in the trace messages. If this member is a
null reference (
Nothing in Visual Basic), then the trace will show the generic [Untitled] name next to the trace messages.