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

Metadata Property






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 Metadata Metadata {get; set;}
 get_Metadata();
set_Metadata(value);
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: 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

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-2012 All Rights Reserved. LEAD Technologies, Inc.