JobMetadata Property

Summary

Gets or sets the job metadata for a job.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string JobMetadata { get; set; } 
  
Public Property JobMetadata As String 
public: 
property String^ JobMetadata { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the job metadata.

Remarks

If this property is null or an empty string, the existing job metadata for the job is maintained. For more information on how job metadata is used, refer to Understanding The LEADTOOLS Job Processor Database

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly