Share via


OperationStatusJobsExtendedInfo.JobIds Property

Definition

Gets or sets iDs of the jobs created for the protected item.

[Newtonsoft.Json.JsonProperty(PropertyName="jobIds")]
public System.Collections.Generic.IList<string> JobIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobIds")>]
member this.JobIds : System.Collections.Generic.IList<string> with get, set
Public Property JobIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to