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;}
@property (nonatomic, copy, nullable) NSString *jobName
public String getJobName()
public void setJobName(String value)
<br/>get_JobName();<br/>set_JobName(value);<br/>Object.defineProperty('JobName');
public:
property String^ JobName {
String^ get();
void set ( String^ value);
}
Property Value
A
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, then the trace will show the generic [Untitled] name next to the trace messages.