Gets or sets the Guid's (ID's) of a job.
'Declaration
Public Property Ids As String()
'Usage
Dim instance As AddJobsResponse
Dim value() As String
instance.Ids = value
value = instance.Ids
Property Value
A
System.String array that represents the ID's (Guid's) of jobs added using the
IJobService.AddJobs operation.