←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly