JobInformation Property

Summary

Gets or sets the JobInformation for the specified job.

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

Property Value

The JobInformation 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