ActivityListResponse.Activities Property
Optional. Gets or sets a list of activities.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
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)
Property Value
Type: System.Collections.Generic.IList<Activity>
See Also
ActivityListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top