ActivityGetResponse.Activity Property
Optional. Gets or sets an activity.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public Activity Activity { get; set; }
public:
property Activity^ Activity {
Activity^ get();
void set(Activity^ value);
}
member Activity : Activity with get, set
Public Property Activity As Activity
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.Activity
See Also
ActivityGetResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top