←Select platform

ID Property

Summary

Gets or sets the ID (GUID) of a job to retrieve the information for.

Syntax

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

Property Value

A System.String that represents the ID (GUID) of a job to retrieve the information for.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly