Metadata Property

Summary

Gets or sets the Metadata for the specified job.

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

Property Value

The Metadata for the specified job.

Example

For an example, refer to IJobService.GetJobInformation.

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