Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.JobProcessor.DataContracts Namespace > GetClientJobsResponse Class : JobsIds Property |
public string[] JobsIds {get; set;}
'Declaration Public Property JobsIds As String()
'Usage Dim instance As GetClientJobsResponse Dim value() As String instance.JobsIds = value value = instance.JobsIds
public: property array<String^>^ JobsIds { array<String^>^ get(); void set ( array<String^>^ value); }