DataLakeAnalyticsAccountListResponse.Value Property

 

Optional. Gets or set the results of the list operation

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

Syntax

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

Property Value

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

See Also

DataLakeAnalyticsAccountListResponse Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top