ModuleProperties.ActivityCount Property
Optional. Gets or sets the activity count of the module.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public int ActivityCount { get; set; }
public:
property int ActivityCount {
int get();
void set(int value);
}
member ActivityCount : int with get, set
Public Property ActivityCount As Integer
Property Value
Type: System.Int32
See Also
ModuleProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top