JobInfoListResponse.Value Property

 

Optional. Gets or sets the list of jobInfo items.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public IList<JobInformation> Value { get; set; }
public:
property IList<JobInformation^>^ Value {
    IList<JobInformation^>^ get();
    void set(IList<JobInformation^>^ value);
}
member Value : IList<JobInformation> with get, set
Public Property Value As IList(Of JobInformation)

Property Value

Type: System.Collections.Generic.IList<JobInformation>

See Also

JobInfoListResponse Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top