Share via


ModuleListResponse.Modules Property

 

Optional. Gets or sets a list of modules.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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

Property Value

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

See Also

ModuleListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top