Id Property

Summary

Gets or sets the GUID (ID) of a job.

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 added using the IJobService.AddJob operation.

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