GetJobsOptionsJobIds Property |
Gets or sets the job IDs.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "jobIds", EmitDefaultValue = false)]
public Guid[] JobIds { get; set; }
<DataMemberAttribute(Name := "jobIds", EmitDefaultValue := false)>
Public Property JobIds As Guid()
Get
Set
public:
[DataMemberAttribute(Name = L"jobIds", EmitDefaultValue = false)]
property array<Guid>^ JobIds {
array<Guid>^ get ();
void set (array<Guid>^ value);
}
[<DataMemberAttribute(Name = "jobIds", EmitDefaultValue = false)>]
member JobIds : Guid[] with get, set
Property Value
Type:
GuidThe job IDs.
See Also