LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

Metadata Property

Show in webframe





Gets or sets the Metadata for the specified job.
Syntax
public Metadata Metadata {get; set;}
'Declaration
 
Public Property Metadata As Metadata
'Usage
 
Dim instance As JobInformation
Dim value As Metadata
 
instance.Metadata = value
 
value = instance.Metadata

            

            
public:
property Metadata^ Metadata {
   Metadata^ get();
   void set (    Metadata^ value);
}

Property Value

The Metadata for the specified job.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.