Share via


DataLakeAnalyticsAccountListDataLakeStoreResponse.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<DataLakeStoreAccount> Value { get; set; }
public:
property IList<DataLakeStoreAccount^>^ Value {
    IList<DataLakeStoreAccount^>^ get();
    void set(IList<DataLakeStoreAccount^>^ value);
}
member Value : IList<DataLakeStoreAccount> with get, set
Public Property Value As IList(Of DataLakeStoreAccount)

Property Value

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

See Also

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

Return to top