Proprietà ActivityListResponse.Activities
Facoltativa. Ottiene o imposta un elenco di attività.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Sintassi
public IList<Activity> Activities { get; set; }
public:
property IList<Activity^>^ Activities {
IList<Activity^>^ get();
void set(IList<Activity^>^ value);
}
member Activities : IList<Activity> with get, set
Public Property Activities As IList(Of Activity)
Valore proprietà
Type: System.Collections.Generic.IList<Activity>
Vedere anche
Classe ActivityListResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models
Torna all'inizio