Ids Property

Summary

Gets or sets the GUIDs (IDs) of a job.

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

Property Value

An System.String array that represents the ID's (GUIDs) of jobs added using the IJobService.AddJobs 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