LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

JobMetadata Property (ResetJobRequest)






Gets or sets the job metadata for a job.
Syntax
public string JobMetadata {get; set;}
'Declaration
 
Public Property JobMetadata As String
'Usage
 
Dim instance As ResetJobRequest
Dim value As String
 
instance.JobMetadata = value
 
value = instance.JobMetadata
public string JobMetadata {get; set;}
 get_JobMetadata();
set_JobMetadata(value);
public:
property String^ JobMetadata {
   String^ get();
   void set (    String^ value);
}

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 Cloud Database
Example
For an example, refer to Leadtools.Services.Cloud.ServiceContracts.IJobService.ResetJob(Leadtools.Services.Cloud.DataContracts.ResetJobRequest).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResetJobRequest Class
ResetJobRequest Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.