ListApplicationsResponse.Applications Property

 

Required. Gets or sets the list of applications.

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

Syntax

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

Property Value

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

See Also

ListApplicationsResponse Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top